代码片段: var timer = setInterval(function(){ $(".box > div").animate({ 'marginLeft': 1000, },{queue:true, duration:5000,complete:function a(){ $(".box > div").css('transform','rotateY(180deg)'); }}).animate({ 'marginLeft': 50, },5000,function(){ $(".box > div").css('transform','rotateY(0d