Explorar el Código

fix: Updated scroll speed and offset

NGPixel hace 8 años
padre
commit
5bef17674d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      client/js/app.js

+ 2 - 2
client/js/app.js

@@ -15,8 +15,8 @@ $(() => {
   // ====================================
 
   $('a').smoothScroll({
-    speed: 400,
-    offset: -70
+    speed: 500,
+    offset: -50
   })
 
   $('.stickyscroll').sticky({ topSpacing: 15 })