Open MordechaiHadad opened 8 months ago
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.
https://github.com/selemondev/svelte-marquee/assets/14270194/be8ce93f-fbf6-4b31-b81d-b8a76067d5b0
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)