Slow down background fade out to 1.5s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -342,7 +342,7 @@ onMounted(() => {
|
|||||||
|
|
||||||
/* Splash Fade Out Transition */
|
/* Splash Fade Out Transition */
|
||||||
.splash-fade-leave-active {
|
.splash-fade-leave-active {
|
||||||
transition: opacity 0.5s ease;
|
transition: opacity 1.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splash-fade-leave-to {
|
.splash-fade-leave-to {
|
||||||
|
|||||||
Reference in New Issue
Block a user