我已将问题列入fiddle。我已经看到了其他类似的问题,但它并没有很好地解决。如果你们指出我在这里犯的错误会很棒。我尝试过这样的持续时间
{ "duration": 400, "easing": "linear" }
以及直接包括持续时间。 400
carousel.finish().animate({
left : '-='+itemWidth
},'linear', function(){
lastItem = carousel.find('li:first');
lastItem.remove().appendTo(carousel);
lastItem.css('left', ((carouselChild.length-1)*(itemWidth))+(clickCount*itemWidth));
});