Browse Source

duration

master
farhan 4 months ago
parent
commit
f5945df009
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      resources/js/app.js

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

@@ -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 = 12200; // Smaller screen
131
+                    duration = 5000; // Smaller screen
132 132
                 } else if (screenWidth < 1200) {
133 133
                     duration = 12000; // Medium screen
134 134
                 } else {

Loading…
Cancel
Save