You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My expectations with the following options set are:
The marquee will not be moving when the page loads (paused: true)
If I make the .reel container big enough to fit everything, it will not create any clones and no need to run the marquee (clonesMin:0 and clonesOverflow: false)
When the animation does run via .resume(), it will run backwards (reversed: true)
If I made the container a relative width, I could expand the window and the animation would stop if everything fits (autoStop: true)
None of these things work as expected. As soon as the page loads, it just starts scrolling the marquee, no matter what I change in the options. Am I fundamentally missing something or misunderstanding all the options? Because this library animates really nicely and would seem to fit my needs better than anything else I've found, if I could just get it to work as I'm expecting...
My expectations with the following options set are:
paused: true
).reel
container big enough to fit everything, it will not create any clones and no need to run the marquee (clonesMin:0
andclonesOverflow: false
).resume()
, it will run backwards (reversed: true
)autoStop: true
)None of these things work as expected. As soon as the page loads, it just starts scrolling the marquee, no matter what I change in the options. Am I fundamentally missing something or misunderstanding all the options? Because this library animates really nicely and would seem to fit my needs better than anything else I've found, if I could just get it to work as I'm expecting...
The text was updated successfully, but these errors were encountered: