richardscarrott / jquery-ui-carousel

jQuery RS Carousel is a responsive and touch-enabled carousel written on top of jQuery and the jQuery UI Widget Factory providing a full and familiar API in less than 2.6kB minified and gzipped.
http://richardscarrott.github.io/jquery-ui-carousel/
192 stars 56 forks source link

Continuous not working correctly on version 0.8.5 #31

Closed simonlagneaux closed 12 years ago

simonlagneaux commented 12 years ago

I can't get the continuous option to work correctly on version 0.8.5. It jumps back to the start instead of looping when you reach the end.

It works correctly with the v0.8.1 version used for the demo.

richardscarrott commented 12 years ago

Are you using the touch extension as this is known not to work with continuous at the moment?

simonlagneaux commented 12 years ago

That was it, thanks a lot ! I hope they can work together in the future.