Skip to content

Instantly share code, notes, and snippets.

@patocallaghan
Created August 24, 2012 03:02
Show Gist options
  • Save patocallaghan/3445036 to your computer and use it in GitHub Desktop.
Save patocallaghan/3445036 to your computer and use it in GitHub Desktop.
jQuery scrolling animation #js #javascript #jquery #scroll
$( 'html,body' ).animate( { scrollTop: $( id ).position().top }, 500, 'easeInOutExpo' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment