当我添加时,我无法让我的动画完整功能触发
{持续时间:2000,队列:假}
例子:
current.animate({left: "-=600px"}, {duration : 2500, queue : false});
next.animate({left: "-=600px"}, {duration : 2500, queue : false}, function(){
// Run stuff here once both animations above have finished
});
我试过 .done() 没有成功,
任何想法将不胜感激!
谢谢