CSS-Tricks / AnythingSlider

A jQuery Slider plugin for anything.
http://css-tricks.github.io/AnythingSlider/
GNU Lesser General Public License v3.0
1.15k stars 380 forks source link

Controls don't adjust correctly to "showMultiple:2,stopAtEnd:1,infiniteSlides:0" #515

Closed kitzberger closed 11 years ago

kitzberger commented 11 years ago

hi,

when using the settings mentioned in the subject, the both controls (prev/next and paginator) allow to slide to the final position that only shows the last slide. i think it should stop one step earlier.

example: http://jsfiddle.net/ycUB6/4925/

here, a reduction to only 3 pagination steps and disabling the next button one step early would provide a better user experience. what do you think?

thanks for the good work ;-) philipp

Mottie commented 11 years ago

Thanks! I'll look into this soon.