Skip to content

Instantly share code, notes, and snippets.

@micc83
Last active January 9, 2018 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micc83/c892fa5ca8f00d1d8fdf6cabc836980d to your computer and use it in GitHub Desktop.
Save micc83/c892fa5ca8f00d1d8fdf6cabc836980d to your computer and use it in GitHub Desktop.
jQuery scrollTo implementation
$('html, body').animate({
scrollTop: $("#target-element").offset().top
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment