Created
April 13, 2016 06:17
-
-
Save kevincobain2000/4217ed0672f446ed4193b34c1ef98b32 to your computer and use it in GitHub Desktop.
auto_scroll.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function pageScroll() { | |
window.scrollBy(0,10); | |
scrolldelay = setTimeout(pageScroll,10); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment