I found this scroller that I would like to use, however, I want it to stop after showing the last item.
http://www.cre.lt/tadas/vticker.php
Is it possible?
Tracy
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I looked at the code and there is no support for stopping after it is done looping once. I mean to say there is no such option/setting available for doing that. But you can use the same code and tweak to work, I haven’t tried this one, but try commenting the line
first.appendTo(obj.children('ul'));and see. It should show once and will not repeat.