Skip to content

Instantly share code, notes, and snippets.

@ispyhumanfly
Last active December 29, 2016 01:14
Show Gist options
  • Save ispyhumanfly/11071f24a4aa31c41b0ed98cc20e1a10 to your computer and use it in GitHub Desktop.
Save ispyhumanfly/11071f24a4aa31c41b0ed98cc20e1a10 to your computer and use it in GitHub Desktop.
jquery-delayedautoscroll
setTimeout(function() {
$("html, body").animate({
scrollTop: 848
}, 1000)
}, 4000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment