$(function() { $('button').click(function() { $('html,body').stop(false).animate({ scrollTop: 0 }, 1200, 'easeOutExpo'); }) })