Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto rotate issue on hover #90

Open
vblig opened this issue Feb 17, 2013 · 2 comments
Open

Auto rotate issue on hover #90

vblig opened this issue Feb 17, 2013 · 2 comments

Comments

@vblig
Copy link

vblig commented Feb 17, 2013

Hello and thanks for this great plugin!

I have created an auto rotate of this plugin inside of my page and it's working without problems but when I hover on items the auto rotate won't work.

I searched in issues page but couldn't find the same problem.

Now what I can do for resolving that?

@deepu9
Copy link

deepu9 commented Mar 7, 2013

Hello, I almost have the same issue. When I hover on the slider and move away from it, the whole slideshow stops moving. Can anyone please fix this issue.

@nickdelfico
Copy link

On line 435 change to:

                    .bind({
                        'mouseenter click touchstart' : function() {
                            clearInterval(auto);
                        },
                        'mouseleave' : function() {
                            clearInterval(auto);
                            auto = setInterval(autoAdvance, speed);
                        }
                    });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants