diff --git a/pages/autoScroll.js b/pages/autoScroll.js index 15ea5e9..bdbff19 100644 --- a/pages/autoScroll.js +++ b/pages/autoScroll.js @@ -1,4 +1,4 @@ setTimeout(() => { if (window.scrollY < 20) window.scrollBy({top: window.innerHeight, left: 0, behavior: 'smooth'}) -}, 2000); // we scroll the screen down a bit so the user realises theres more \ No newline at end of file +}, 2500); // we scroll the screen down a bit so the user realises theres more \ No newline at end of file