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"