Skip to content

Instantly share code, notes, and snippets.

@amblerkr
Created December 17, 2020 00:01
Show Gist options
  • Save amblerkr/5244faa473a49524fd94058b1d0ca6bc to your computer and use it in GitHub Desktop.
Save amblerkr/5244faa473a49524fd94058b1d0ca6bc to your computer and use it in GitHub Desktop.
clearInterval(scroll);
const scroll = setInterval(function() {
window.scrollTo(0, document.body.scrollHeight);
}, 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment