3

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).

fedejp
  • 958
  • 3
  • 12
  • 20

1 Answers1

5

Set a value for the pause attribute as suggested here

hoverPause: true,
pause: 4000
BumbleB2na
  • 10,723
  • 6
  • 28
  • 30