Browse Source

fix: Updated scroll speed and offset

NGPixel 8 năm trước cách đây
mục cha
commit
5bef17674d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 })