cubiq / SwipeView

Virtually infinite loop-able horizontal carousel
MIT License
698 stars 167 forks source link

Pause() and resume() #55

Closed arlg closed 11 years ago

arlg commented 11 years ago

Hi, thanks for the script, it's awesome and works like a charm. I would like to implement a function that would be able to pause() theSwipeView, and then resume it.

I don't know if it is already included into the lib or if it is planned ?

Basically I would like, at some point, to desactivate the swipe on my carousel ( because I need the touch events for doing some drag'n drop ), and later to reactivate it.

If it has not been made, how can I do it quickly ?

Thanks

arlg commented 11 years ago

Pull requested : https://github.com/cubiq/SwipeView/pull/57