Browse Source

duration

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

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

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 {

Loading…
Cancel
Save