Open yakapo opened 10 years ago
is there already an solution?
For some reason, the js-marquee-wrapper container has a margin-top value that is equal to the calculated height of the marquee container. This creates what you describe as a pause.
To prevent this, I use the following calculation for delayBeforeStart:
delayBeforeStart = 0 - duration
When I use the direction 'up' I noticed that everytime the first item is scrolling upwards the scrolling will pause for at least 1-2 seconds and it happens on the succeeding loops. I tried this on IE, Firefox and chrome and the behavior is the same.
Here is my sample html.