Skip to content

Instantly share code, notes, and snippets.

@shengoo
Created October 25, 2016 07:15
Show Gist options
  • Save shengoo/53ea61bc4e3668406183684d0a86ccb0 to your computer and use it in GitHub Desktop.
Save shengoo/53ea61bc4e3668406183684d0a86ccb0 to your computer and use it in GitHub Desktop.
scroll to top
window.scrollTo(0, 0);
$('body, html').animate({ scrollTop: 0 }, 800); // 800 - animation length; IMHO, most optimal :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment