From bf284824933376912e9694e14651ea8210661ad0 Mon Sep 17 00:00:00 2001
From: Lain Soykaf <lain@lain.com>
Date: Tue, 25 Feb 2025 00:12:16 +0400
Subject: [PATCH] App CSS: Shorten splash fadeout

---
 src/App.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.scss b/src/App.scss
index fa02ad9291..34cb590a23 100644
--- 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);
     }
-- 
GitLab