Skip to content

Instantly share code, notes, and snippets.

@dmassiani
Created April 3, 2013 14:04
Show Gist options
  • Save dmassiani/5301496 to your computer and use it in GitHub Desktop.
Save dmassiani/5301496 to your computer and use it in GitHub Desktop.
Scroll To
$('#bottom').click(function() {
$(documentBody).animate({scrollTop: $('#top').offset().top}, 2000,'easeInOutCubic');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment