Adjusted scroll speed
This commit is contained in:
parent
5a2be9b590
commit
8733858fa4
@ -1,6 +1,6 @@
|
|||||||
/* A super simple smooth scroller without all the baggage. Written by Chuck Dries in 2017*/
|
/* A super simple smooth scroller without all the baggage. Written by Chuck Dries in 2017*/
|
||||||
//settings
|
//settings
|
||||||
var speed = .002; //speed multiplier
|
var speed = .0005; //speed multiplier
|
||||||
//setup necissary stuff
|
//setup necissary stuff
|
||||||
var target = null;
|
var target = null;
|
||||||
var targetHeight = null;
|
var targetHeight = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user