Selaa lähdekoodia

duration

master
farhan 1 vuosi sitten
vanhempi
commit
4aeb731947
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      resources/js/app.js

+ 1
- 1
resources/js/app.js Näytä tiedosto

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…
Peruuta
Tallenna