I’ve done some easy .hover(function() statement in jQuery. When i hover over a text i simply want a #div.fadeIn, and on non-hover fadeOut. It works. But it’s just if i spam the text-trigger with hover and un-hoverring really quickly and then stop the animation begin to give a blinking effect. It just kind of loops, really annoying!
I’ve done some easy .hover(function() statement in jQuery. When i hover over a text
Share
There are a few easy ways to fix this, but this one should provide a nice effect for what you want:
Its important not to use
fadeInwith this method as it will stop fading after a while because of how jQuery tracks what it should “fade in to”.