Parcourir la source

set duration to 5 s

master
farhan il y a 4 mois
Parent
révision
f8c94a3182
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      resources/js/app.js

+ 1
- 1
resources/js/app.js Voir le fichier

@@ -139,7 +139,7 @@ document.addEventListener('DOMContentLoaded', function() {
139 139
                 var screenWidth = window.innerWidth;
140 140
                 var duration;
141 141
                 if (screenWidth < 600) {
142
-                    duration = 8000; // Smaller screen
142
+                    duration = 5000; // Smaller screen
143 143
                 } else if (screenWidth < 1200) {
144 144
                     duration = 12000; // Medium screen
145 145
                 } else {

Chargement…
Annuler
Enregistrer