You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
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
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/
The text was updated successfully, but these errors were encountered: