문제

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

도움이 되었습니까?

해결책

Set a value for the pause attribute as suggested here

hoverPause: true,
pause: 4000
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top