Parcourir la source

loading screen fade out time changed

Raanan Weber il y a 7 ans
Parent
commit
f5d62bc8d0
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      Viewer/assets/templates/default/loadingScreen.html

+ 3 - 3
Viewer/assets/templates/default/loadingScreen.html

@@ -10,9 +10,9 @@
         display: flex;
         justify-content: center;
         align-items: center;
-        -webkit-transition: opacity 2s ease;
-        -moz-transition: opacity 2s ease;
-        transition: opacity 2s ease;
+        -webkit-transition: opacity 1s ease;
+        -moz-transition: opacity 1s ease;
+        transition: opacity 1s ease;
     }
 
     img.loading-image {