Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 jquery 为对象设置动画?它应该在一段时间后出现,增长,保持随机数秒,然后缩小并消失(这应该无休止地重复)。我已经尝试了几件事,但我就是无法让它工作。
任何帮助将不胜感激。
http://jsfiddle.net/iambriansreed/8sMQF/
使用一些setIntervals, jQuery animate()和fadeIn() / fadeOut()。