Explorar el Código

loading screen fade out time changed

Raanan Weber hace 7 años
padre
commit
f5d62bc8d0
Se han modificado 1 ficheros con 3 adiciones y 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 {