From 5bef17674d5dd76451bf1a88af5ba5f923a10840 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Sun, 30 Apr 2017 00:21:28 -0400 Subject: [PATCH] fix: Updated scroll speed and offset --- client/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/js/app.js b/client/js/app.js index 4a95185f..34b7b866 100644 --- a/client/js/app.js +++ b/client/js/app.js @@ -15,8 +15,8 @@ $(() => { // ==================================== $('a').smoothScroll({ - speed: 400, - offset: -70 + speed: 500, + offset: -50 }) $('.stickyscroll').sticky({ topSpacing: 15 })