Adjusted scroll speed

This commit is contained in:
Chuck Dries 2017-02-14 03:23:31 -07:00
parent 5a2be9b590
commit 8733858fa4

View File

@ -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;