From 8733858fa46c8dee152bf92f7ffd920bf9ac9099 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Tue, 14 Feb 2017 03:23:31 -0700 Subject: [PATCH] Adjusted scroll speed --- scroll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scroll.js b/scroll.js index 8d1c0ac..ecf03cc 100644 --- a/scroll.js +++ b/scroll.js @@ -1,6 +1,6 @@ /* A super simple smooth scroller without all the baggage. Written by Chuck Dries in 2017*/ //settings -var speed = .002; //speed multiplier +var speed = .0005; //speed multiplier //setup necissary stuff var target = null; var targetHeight = null;