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
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
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.