There is a code
$("#mobile").mouseenter(function() { $(this).animate({backgroundColor: 'rgba(205,205,255,0.1)'}, 160); }).mouseleave(function() { $(this).animate({backgroundColor: 'rgba(205,205,255,0.02)'}, 350); });
Worker, but if you quickly point the mouse at a block many times, a traffic light is obtained. How to eliminate?