浏览代码

fixing

master
azri 8 个月前
父节点
当前提交
57f2018c08
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      resources/js/app.js

+ 2
- 2
resources/js/app.js 查看文件

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(){

正在加载...
取消
保存