Explorar o código

loading screen fade out time changed

Raanan Weber %!s(int64=7) %!d(string=hai) anos
pai
achega
f5d62bc8d0
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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 {