简体   繁体   中英

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

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

您可以下载最新版本的插件,因为添加了此功能以选择方向。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM