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).
Asked
Active
Viewed 1,822 times
3

michaelb958--GoFundMonica
- 4,617
- 7
- 31
- 35

fedejp
- 958
- 3
- 12
- 20
1 Answers
5
Set a value for the pause attribute as suggested here
hoverPause: true,
pause: 4000

BumbleB2na
- 10,723
- 6
- 28
- 30
-
Thanks a lot. Sorry I didn't know there is a google group. cheers – fedejp Jul 12 '12 at 16:59