Skip to content Skip to sidebar Skip to footer

JQuery - Stop Animation In Progress (fadeOut) And Show Again When Mouse Enters/leaves Quickly

I have a
that when hovered over, will show some text. When the mouse leaves, the text fades out. However, if the mouse enters the
again before the fadeOut i

Solution 1:

You want to look into the JQuery stop() function:

http://api.jquery.com/stop/


Post a Comment for "JQuery - Stop Animation In Progress (fadeOut) And Show Again When Mouse Enters/leaves Quickly"