jQuery.Marquee
jQuery.Marquee copied to clipboard
Marquee PauseOnHover and pause button toggle issue
when i add pause on hover = true its stoped when i hover the marquee but when i have pause on over true and pause button when i press the pause button it makes the pause on hover happen when i hover outside the marquee and only when i hit the resume button it back to normal
hope i was clear
this fiddle will show you what i mean just press the pause button and hover the marquee with the mouse http://jsfiddle.net/dt1t81yr/1/
Are you up to date with the latest commits? There has been a recent change in the pauseOnHover feature.
Hey i saw the changes and i think it wont help cause when pause on hover is active you do marquee.resume on mouseleave so even if the pause button is on when you mouseleave the marquee container it will do resume
hope i am clear so i think you need to detect if is pause button and when pause button is active you need to unbind mouseenter and mouseleave methods not sure if its possible cause its kind of an hack
but i will update and let you know
/// same with the new version