【发布时间】:2011-02-04 23:01:02
【问题描述】:
我将如何在 JQuery 中做到这一点?
【问题讨论】:
-
你看过 jQuery
.animate()吗?您是否有理由希望我们为您编写代码? -
我不知道怎么做排队动画
-
在.animate()的完整回调函数中调用每个后续动画。例如。
$('.myclass').animate({prop: 0}, function(){$this.animate(...)});
标签: javascript jquery css templates