Skip to content

Instantly share code, notes, and snippets.

@teddyhwang
Last active December 15, 2015 03:39
Show Gist options
  • Save teddyhwang/5195746 to your computer and use it in GitHub Desktop.
Save teddyhwang/5195746 to your computer and use it in GitHub Desktop.
Easiest way to scroll to an element.
$('html, body').animate({'scrollTop': element.offset().top}, 'slow', 'swing');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment