Skip to content

Instantly share code, notes, and snippets.

@scottsappen
Created July 1, 2013 15:18
Show Gist options
  • Save scottsappen/5901755 to your computer and use it in GitHub Desktop.
Save scottsappen/5901755 to your computer and use it in GitHub Desktop.
Smooth Scroll To
<div id="div_scrollhere"></div>
$("html,body").animate({ scrollTop: $("#div_scrollhere").offset().top }, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment