nicinabox / superslides

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

superslides('animate', x) always shows the previous slide first then animates to the one I want. #365

Open amityweb opened 6 years ago

amityweb commented 6 years ago

I am actually hiding superslides and popping it up on click of a thumbnail image of the slide. The click on the thumbnail image will animate to the chosen image. So the click first shows the slider, then animate goes to the slide.

The problem is, when the slide appears it shows the previous slide chosen, then the animate slides it to the next one. Its not a very good effect.

So I am looking for a way to instantly show the slide, not animate to it. Is this possible?

Thanks