Skip to content

Instantly share code, notes, and snippets.

@verteb
Created April 11, 2013 13:49
Show Gist options
  • Select an option

  • Save verteb/5363517 to your computer and use it in GitHub Desktop.

Select an option

Save verteb/5363517 to your computer and use it in GitHub Desktop.
jQuery scroll whole screen to element
$('html, body').animate({
scrollTop: $("#element").offset().top
}, 1200);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment