Browse Source

fixing

master
azri 4 months ago
parent
commit
57f2018c08
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      resources/js/app.js

+ 2
- 2
resources/js/app.js View File

82
         setTimeout(() => {
82
         setTimeout(() => {
83
             // smooth scroll only happen for first render
83
             // smooth scroll only happen for first render
84
             smoothScrollBy(100, 3500);
84
             smoothScrollBy(100, 3500);
85
-        }, 500)
85
+        }, 600)
86
     }
86
     }
87
 
87
 
88
 });
88
 });
154
 
154
 
155
     setTimeout(() => {
155
     setTimeout(() => {
156
         body.classList.add("no-scroll");
156
         body.classList.add("no-scroll");
157
-    }, 500)
157
+    }, 400)
158
 }
158
 }
159
 
159
 
160
 function playMusic(){
160
 function playMusic(){

Loading…
Cancel
Save