Last active
September 16, 2019 20:09
-
-
Save phantomtnt/8ae16f3d48e9b0c4950307182fc81c92 to your computer and use it in GitHub Desktop.
Revisions
-
phantomtnt revised this gist
Sep 16, 2019 . No changes.There are no files selected for viewing
-
phantomtnt created this gist
Sep 16, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ //Define page scroll function function pageScroll() { window.scrollBy(0, 2); scrolldelay = setTimeout(pageScroll, 10); } //Execute page scroll function pageScroll()