$(".share-btn").mouseenter(function() { var $hovered = $(this); setTimeout(function() { $hovered.addClass("visible"); }, 500); });