ganlanyuan / tiny-slider

Vanilla javascript slider for all purposes.
MIT License
5.25k stars 786 forks source link

[FEATURE] suspend gestures #468

Open docid00 opened 5 years ago

docid00 commented 5 years ago

Feature Request:

I am combining additional javascript libs with tiny slider to be able to zoom and pan slider contents. Unfortunately, pan guestures on zoomed slider contents make the slider change the slide.

An additional method for slider instances that allows you to suspend listening to any gestures and one to turn it back on again would be very helpful. What do you think?

docid00 commented 5 years ago

https://github.com/ganlanyuan/tiny-slider/pull/472