kswedberg / jquery-carousel-lite

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

Inertial scroll in the plugin #11

Closed alokmandloi closed 10 years ago

alokmandloi commented 12 years ago

I have observed that wen the carousel comes to an end any you keep pressing the next arrow the slide moves but comes back to its own location .Something similar to inertial scroll found in iphone/ ipad . This seems to be deceiving to the user. Is there a way to not have it ?

kswedberg commented 12 years ago

I'm not sure I'm following you. Can you provide a test case with step-by-step instructions to reproduce the problem you're having?

alokmandloi commented 12 years ago

this occurs when I have a jacarousllite already rendered and i have to add some more items to it . So i do an endcarousel and add the items i wish to . Post which I again call jcarousellite for the same div.

that is when the problem occurs.

travco commented 10 years ago

I might be mis-understanding the OP, but I think he's asking for is a feature where the slides can continue scrolling without jumping-back to the original. Which would be the circular: true setting.

@kswedberg Close issue?

kswedberg commented 10 years ago

@alokmandloi I just improved the refreshCarousel event that you can trigger instead of endCarousel, so make sure you grab the latest version (1.9.1 or above). I also added a little documentation for it and posted a demo with example code at http://plugins.learningjquery.com/jcarousellite/demo/refresh.html

kswedberg commented 10 years ago

Closing this issue. The improved refreshCarousel event should take care of the problem.