Created
December 16, 2022 16:26
-
-
Save zxlooong/9a12b3e49176d3631790d4a03fdaaf3d to your computer and use it in GitHub Desktop.
This file contains 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
var myVar = setInterval(function(){ window.scrollBy(0, 300) }, 800); | |
clearTimeout(myVar); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment