Selaa lähdekoodia

duration

master
farhan 10 kuukautta sitten
vanhempi
commit
f5945df009
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

128
                 var screenWidth = window.innerWidth;
128
                 var screenWidth = window.innerWidth;
129
                 var duration;
129
                 var duration;
130
                 if (screenWidth < 600) {
130
                 if (screenWidth < 600) {
131
-                    duration = 12200; // Smaller screen
131
+                    duration = 5000; // Smaller screen
132
                 } else if (screenWidth < 1200) {
132
                 } else if (screenWidth < 1200) {
133
                     duration = 12000; // Medium screen
133
                     duration = 12000; // Medium screen
134
                 } else {
134
                 } else {

Loading…
Peruuta
Tallenna