Skip to content

Instantly share code, notes, and snippets.

@varemenos
Created March 1, 2012 19:11
Show Gist options
  • Save varemenos/1952393 to your computer and use it in GitHub Desktop.
Save varemenos/1952393 to your computer and use it in GitHub Desktop.
jQuery - Back to Top
function resetFunction(){
$('html, body').animate({scrollTop:0}, 1500, 'easeOutQuint');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment