Reputation: 970
I'm using SlidesJS (sliedejs.com) and I want the slideshow to stop when I hover on it. For that I set hoverPause: true;
and it works. The only problem is that when I stop hovering the cursor over the slideshow it doesn't move anymore. I have to reload the page in order to make it work again. What I want obviously is that the slideshow continues to work after the cursor is not over it. I've been checking the options but nothing seems to work. Maybe somebody has a hack for it or something like that (or another slideshow plugin to recommend).
Upvotes: 3
Views: 1830
Reputation: 10743
Set a value for the pause attribute as suggested here
hoverPause: true,
pause: 4000
Upvotes: 5