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

Pause multiple versions of the slider on one page on same mouseover #95

Closed
webblybrown opened this issue Nov 15, 2012 · 1 comment
Closed

Comments

@webblybrown
Copy link

OK so I am trying to pause ALL the slide animations on a page. At the moment I have three rows of boxes all using the same slider script, sharing the same class name. What I am trying to do is pause all 3 of those animations when one of them is moused over.

I have 3 sections marked up like in a standard list. I have data-hover mouseover script that adds a mouseover image, I have tried taking it out incase it was the problem, but I could still not resolve the issue.

Im using the script quite simply like this:

$(function () {
$(".slider1").responsiveSlides({
maxwidth: 800,
speed: 800,
});
});

I know the pause rule will stop the animation, but what I want is for that pause rule to stop ALL 3 instances of this slide one the page, how can I achieve that??

I have tried using a .stop rule like this:

$(".slider1").mouseover(function(){
$("this").stop();
});

But that does not seem to work! The development URL for this is http://vane.vanillasoftware.co.uk

@arielsalminen
Copy link
Owner

Unfortunately this is not possible with Responsive Slides at the moment.

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

2 participants