commit: bf284824933376912e9694e14651ea8210661ad0
parent 9e2086edaf08bd9a2b8adf0cf308c131a2a5ecc6
Author: Lain Soykaf <lain@lain.com>
Date: Tue, 25 Feb 2025 00:12:16 +0400
App CSS: Shorten splash fadeout
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/App.scss b/src/App.scss
@@ -931,7 +931,7 @@ option {
#splash {
pointer-events: none;
- transition: opacity 2s;
+ transition: opacity 0.5s;
opacity: 1;
&.hidden {
@@ -960,7 +960,7 @@ option {
&.dead {
animation-name: dead;
- animation-duration: 2s;
+ animation-duration: 0.5s;
animation-iteration-count: 1;
transform: rotateX(90deg) rotateY(0) rotateZ(-45deg);
}