dirkgroenen / simple-jQuery-slider

Simple jQuery CSS3 slider. Simple to use and supports every browser! (IE7+)

Home Page:http://simpleslider.bitlabsbeta.nl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move slide wrapper instead of each slide

dirkgroenen opened this issue · comments

At the moment the slider moves each slide individually. This sometimes results in a slight gap between the slides when animating.

To prevent this little gap the plugin should wrap all slides and only move the wrapper, instead of each individual slide.

Implemented in 2.6.0