$("#car_overtake5").animate({path : new $.path.arc(arc_params)}, {duration: 2000, queue: false});
$("#car_overtake5").animate({rotate: '109deg'}, {duration: 2000, queue: true});
$("#car_overtake5").animate({"left":"9872px","top":"4872px"}, {duration: 1000, queue: true});
$("#car_overtake5").animate({rotate: '94deg'}, {duration: 250, queue: true});
$("#car_overtake5").animate({"left":"10939px","top":"4948px"}, {duration: 1000, queue: true});
一辆汽车正在赛道上行驶。但是在每个动画之后它会停止一小段时间然后播放下一个。
我怎样才能让他们毫不拖延地流畅演奏?
编辑:将缓动改为线性,现在没有延迟。