-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
Hey there @MordechaiHadad , thanks for opening an issue.
|
@selemondev whats the status of this issue? |
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 |
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. |
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 from768px
view-port width the flex direction should be row, but it keeps being a column, removing this import fixes this issue.[--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)The text was updated successfully, but these errors were encountered: