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

'auto' option for itemsPerTransition #1

Closed rafikk closed 13 years ago

rafikk commented 13 years ago

Added 'auto' option to itemsPerTransition. This solves an issue where if you initialize the carousel with fewer than 4 itemsPerPage but leave itemsPerTransition untouched, it'll scroll 4 items at a time and appear to be "skipping" items.