Skip to content

Instantly share code, notes, and snippets.

@heroheman
Created October 7, 2011 09:58
Show Gist options
  • Save heroheman/1269937 to your computer and use it in GitHub Desktop.
Save heroheman/1269937 to your computer and use it in GitHub Desktop.
jQuery: Scroller (bspw. für Akkordeons)
$('html, body').animate({
scrollTop: $(‘#element’).offset().top
}, 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment