Skip to content

Instantly share code, notes, and snippets.

@jiceb
Created March 19, 2013 16:28
Show Gist options
  • Select an option

  • Save jiceb/5197618 to your computer and use it in GitHub Desktop.

Select an option

Save jiceb/5197618 to your computer and use it in GitHub Desktop.
smoothly scroll ( jQuery )
$('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