nicinabox / superslides

A fullscreen, hardware accelerated slider for jQuery.
http://archive.nicinabox.com/superslides
MIT License
1.51k stars 443 forks source link

swipe option in super slider ? #333

Open thulasig7 opened 9 years ago

thulasig7 commented 9 years ago

I had used super slider in my project ..there i want to add swipe option for mobile version web site ..so i how do i use swipe option in super slider.

zamber commented 9 years ago

Use https://api.jquerymobile.com/swipe/ or any other swipe event handler. In the handler call $('#slides').superslides('animate', 'next']). Do the back swipe handler the same way but call 'prev'.

This is not an issue with the slider but with your understanding of how it works. Close this issue.