-
Notifications
You must be signed in to change notification settings - Fork 101
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
Ticker stopping after first cycle #38
Comments
I have the exact same problem. If I have one item in the list it will scroll forever. In my current example I have three items and it stops after number three. I really need some help. It's production time on monday, no pressure (-: HTML structure
|
It's working now. I created a simple stub project and it worked. Then I took another look at my code and realised that I have wrapped the list in a div with class="tickercontainer" no need to do that it's the job of the webticker. So thanks for a great plugin look real good on my site. |
In order to slide in a infinite loop you need to put the content inside only one list tag. |
adding |
I just tried adding the empty li with class=last and it still stopped looping after only one loop. I ended up commenting out line 160 |
Adding |
I experienced the same issue and followed by theses suggestions. The ticker scrolls in infinite loop but I see a blink at last of cycle. It's not smooth as expected. Can someone give more suggestions ? thanks. |
Is there a way to have the ticker scrolling in an infinite loop?
The text was updated successfully, but these errors were encountered: