Ver original$('.circle-image, .square-title').click(function(e){ e.preventDefault(); $("body", "html").stop(true).animate({ scrollTop: $(this).offset().top }, 600); });