Wilto / Dynamic-Carousel

A carousel plugin built for responsive layouts. There are many like it, but this one is mine.
matmarquis.com/carousel/
472 stars 112 forks source link

'Slidewrap' name and swiping #24

Closed ghost closed 13 years ago

ghost commented 13 years ago

I noticed in the demo that only the first example slides would advance via a swipe. After messing with it a bit, I saw that in the initializing script if there's a number after '.slidewrap' the slider wouldn't swipe: e.g. '.slidewrap2' and '.slidewrap3' won't advance with a swipe. Taking the number out makes swiping work.

Wilto commented 13 years ago

Oof, not cool—that’s a regression, for sure. I’ll look into it over the weekend. Thanks!

Wilto commented 13 years ago

Patched and pushed. The dragSnap event was a little too specific in what elements get dragged and/or snapped. Thanks for the heads-up!

Wilto commented 13 years ago

Introduced a couple of bugs with that one—take two coming soon.

Wilto commented 13 years ago

There we go.