浏览代码

duration

master
farhan 10 个月前
父节点
当前提交
4aeb731947
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      resources/js/app.js

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

139
                 var screenWidth = window.innerWidth;
139
                 var screenWidth = window.innerWidth;
140
                 var duration;
140
                 var duration;
141
                 if (screenWidth < 600) {
141
                 if (screenWidth < 600) {
142
-                    duration = 5000; // Smaller screen
142
+                    duration = 8000; // Smaller screen
143
                 } else if (screenWidth < 1200) {
143
                 } else if (screenWidth < 1200) {
144
                     duration = 12000; // Medium screen
144
                     duration = 12000; // Medium screen
145
                 } else {
145
                 } else {

正在加载...
取消
保存