Skip to content

Instantly share code, notes, and snippets.

@mware
Created August 7, 2013 19:32
Show Gist options
  • Save mware/6177659 to your computer and use it in GitHub Desktop.
Save mware/6177659 to your computer and use it in GitHub Desktop.
smooth scroll to an element using jQuery
$('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