Portfolio/pages/autoScroll.js

4 lines
206 B
JavaScript
Raw Normal View History

setTimeout(() => {
if (window.scrollY < 20)
window.scrollBy({top: window.innerHeight, left: 0, behavior: 'smooth'})
2021-02-23 17:33:37 +00:00
}, 2500); // we scroll the screen down a bit so the user realises theres more