$("#foo").hover(function () { $(this).stop(1, 1).animate({ opacity: 1 }, 500); }, function () { $(this).stop(1, 1).animate({ opacity: 0.4 }, 300); });