浏览代码

duration fix

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

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

@@ -128,7 +128,7 @@ document.addEventListener('DOMContentLoaded', function() {
128 128
                 var screenWidth = window.innerWidth;
129 129
                 var duration;
130 130
                 if (screenWidth < 600) {
131
-                    duration = 6000; // Smaller screen
131
+                    duration = 12000; // Smaller screen
132 132
                 } else if (screenWidth < 1200) {
133 133
                     duration = 12000; // Medium screen
134 134
                 } else {

正在加载...
取消
保存