Skip to content

Instantly share code, notes, and snippets.

@JumboLove
Created October 16, 2014 20:20
Show Gist options
  • Save JumboLove/03ef83fa214cc07baf10 to your computer and use it in GitHub Desktop.
Save JumboLove/03ef83fa214cc07baf10 to your computer and use it in GitHub Desktop.
smoothly scroll to an element without a fancy library
$('html, body').animate({
scrollTop: $("#elementID").offset().top
}, 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment