kswedberg / jquery-carousel-lite

A jQuery carousel plugin based on jCarouselLite by Ganeshji Marwaha
MIT License
177 stars 59 forks source link

Bug on the circular scroll, when trying to scroll 2 items #39

Closed vadiOs closed 10 years ago

vadiOs commented 10 years ago

Hi,

First of all, thank you very much for all your work on this great plugin.

The problem I found: When you try to scroll 2 items on the circular carousel, at some point it'll scroll only one item.

How to reproduce: If you go to the demo: http://plugins.learningjquery.com/jcarousellite/demo/ and scroll items through the console using this code: $(".slideshow").trigger('go', '+=2'); after third time it'll scroll only one item, and not two. Backward scroll works fine.

I hope that makes sense. Thanks!