使用jQuery动画的Div水平滚动并不流畅

时间:2018-03-12 12:47:26

标签: javascript jquery

我已将问题列入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));
            });

0 个答案:

没有答案