nathansearles / slidesjs

SlidesJS is obsolete and no longer maintained.
https://nathansearles.github.io/slidesjs/
1.72k stars 356 forks source link

hoverPause = hoverStop? #475

Closed Nettsentrisk closed 11 years ago

Nettsentrisk commented 11 years ago

It seems that the hoverPause option actually causes the slider to completely stop once you've hovered over it, as it does not start up again when you're no longer hovering over it.

If this is working as intended, the option should be renamed hoverStop and a new one called hoverPause should actually cause it to pause - not stop - when hovering over it.

gouthamkgh commented 11 years ago

I've come across a similar question on stackoverflow. Have you specified the 'restartDelay' after hoverPause ? We will have to give the number of milliseconds after which the slideshow should resume. (Ex: restartDelay: 2500) Hope this helps.

Nettsentrisk commented 11 years ago

This seems to be outdated as there is no longer anything called hoverPause, but "pauseOnHover" with the related "restartDelay" as you've noted. Closing.