From 87c6941ad7363bd128440fba14f8529a59077b9d Mon Sep 17 00:00:00 2001 From: Nye Evans Date: Tue, 23 Feb 2021 17:33:37 +0000 Subject: [PATCH] minor autoscroll tweaks --- pages/autoScroll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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