nicinabox / superslides

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

Is there anyway to jump to a specific slide index in the slideshow? #347

Open ryan-copeland opened 8 years ago

sdnyco commented 8 years ago

From the README:

$('#slides').superslides('animate' [index])
amityweb commented 6 years ago

Is there a way to do this instantly? I am hiding the slideshow then showing it onClick, and show a specific slide, but it first shows the slide that was last shown, then slides to the one I want. ideally I would just want the one I want shown right away, so not animate. Thanks