Slow down background fade out to 1.5s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Dorian
2026-02-03 00:13:00 +00:00
parent 8f1db67c61
commit 33eb672b36

View File

@@ -342,7 +342,7 @@ onMounted(() => {
/* Splash Fade Out Transition */
.splash-fade-leave-active {
transition: opacity 0.5s ease;
transition: opacity 1.5s ease;
}
.splash-fade-leave-to {