diff --git a/src/jquery.cycle2.carousel.js b/src/jquery.cycle2.carousel.js index cbc48dd..66910e8 100644 --- a/src/jquery.cycle2.carousel.js +++ b/src/jquery.cycle2.carousel.js @@ -234,7 +234,7 @@ $.fn.cycle.transitions.carousel = { } else { for (i=currSlide; i > currSlide+hops; i--) - moveBy += this.getDim( opts, i, vert); + moveBy += this.getDim( opts, i-1, vert); } return moveBy; },