浏览代码

duration

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

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

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

正在加载...
取消
保存