App CSS: Shorten splash fadeout

This commit is contained in:
Lain Soykaf 2025-02-25 00:12:16 +04:00
commit bf28482493

View file

@ -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 {
&.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);
} }