Intro Pause on hover

This topic has been marked as resolved.

How do you get the intro to pause on mouse hover?

 NoJoke
October 24, 2011 at 8:15 pm #2888
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
October 26, 2011 at 11:16 am #2921

I copied the code as you mentioned above, however, in firefox it wont pause and in ie it pauses but never resumes playing.

There might be something missing like this possibly :

if(options.hoverpause && options.auto){ $(this).mouseover(function(){ clearTimeout(timeout); }).mouseout(function(){ animate(“next”,false); }) }

 NoJoke
October 26, 2011 at 8:20 pm #2938

Hi,

The code, we gave you, works on all browsers with us. About the problem, that slideshow does not resume playing on roll out, this is a plugin limitation.

You could check all the plugin options, if you want and try to code a custom function for animation resuming.

Best regards,
ThemeBurn team

October 27, 2011 at 4:23 pm #2959
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.