Skip to content
Snippets Groups Projects
Commit bf284824 authored by lain's avatar lain
Browse files

App CSS: Shorten splash fadeout

parent 9e2086ed
No related branches found
No related tags found
1 merge request!2060Boot speed improvements
...@@ -931,7 +931,7 @@ option { ...@@ -931,7 +931,7 @@ option {
#splash { #splash {
pointer-events: none; pointer-events: none;
transition: opacity 2s; transition: opacity 0.5s;
opacity: 1; opacity: 1;
&.hidden { &.hidden {
...@@ -960,7 +960,7 @@ option { ...@@ -960,7 +960,7 @@ option {
&.dead { &.dead {
animation-name: dead; animation-name: dead;
animation-duration: 2s; animation-duration: 0.5s;
animation-iteration-count: 1; animation-iteration-count: 1;
transform: rotateX(90deg) rotateY(0) rotateZ(-45deg); transform: rotateX(90deg) rotateY(0) rotateZ(-45deg);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment