Can someone tell me how to make the motion from top to bottom of the scroller of this jquery plugin?
Posted
by pipe
on Stack Overflow
See other posts from Stack Overflow
or by pipe
Published on 2010-04-09T12:44:25Z
Indexed on
2010/04/14
7:52 UTC
Read the original article
Hit count: 326
Can someone tell me how to make the motion from top to bottom of the scroller of this jquery plugin?http://plugins.jquery.com/project/vTicker.
i want the newest child to display at the top.Simply changing the
obj.animate({top: '+=' + height + 'px'}
to
obj.animate({top: '-=' + height + 'px'}
changes the direction but does not displat the newest child on the top
© Stack Overflow or respective owner