Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few issues, I have encountered so far. #3

Open
MordechaiHadad opened this issue Feb 12, 2024 · 4 comments
Open

A few issues, I have encountered so far. #3

MordechaiHadad opened this issue Feb 12, 2024 · 4 comments

Comments

@MordechaiHadad
Copy link

  1. enabling import "@selemondev/svelte-marquee/dist/style.css"; fucks the entire layout of the webpage. When I add this line of code the entire layout gets fucked (I assume it messes with the breakpoints), reproduction links: repo and live example. According to the breakpoints from 768px view-port width the flex direction should be row, but it keeps being a column, removing this import fixes this issue.
  2. Introducing higher speeds like [--duration:5s] makes it go faster, but will leave it with a gap, and when the loop restarts it is very noticeable (not in the reproduction link)
@selemondev
Copy link
Owner

Hey there @MordechaiHadad , thanks for opening an issue.

  1. Custom gap ✅ - ( Fixed in v0.0.2 ).
  2. CSS breakpoint bug ⏳.

@MordechaiHadad
Copy link
Author

@selemondev whats the status of this issue?

@ondrejjcizek
Copy link

ondrejjcizek commented Jun 12, 2024

Still the same, i have logos like this and same bug

Can you fix? For now I think a fix with doble count of elements. So there are twice.

Set --duration: 80s; in css because too many element and it's fast.

Screen.Recording.2024-06-12.at.3.46.39.PM.mov

@selemondev
Copy link
Owner

@selemondev whats the status of this issue?

Hey @MordechaiHadad, for the time being we have found a workaround until an optimum solution is found. You can checkout the workaround here and also read more about the issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants