Skip to content

Instantly share code, notes, and snippets.

@lolikroli
Created November 12, 2013 18:04
Show Gist options
  • Save lolikroli/7435716 to your computer and use it in GitHub Desktop.
Save lolikroli/7435716 to your computer and use it in GitHub Desktop.
Smoothly scroll to an element without a jquery plugin.
$('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