feat: adjust transition delays and easing functions for improved animation timing

This commit is contained in:
2025-09-03 18:54:27 +02:00
parent f4f2f1756f
commit 41c9d2f1ee
2 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ const { t } = useI18n()
y: 0,
scale: 1,
transition: {
delay: 400,
delay: 300,
ease: 'linear',
},
}"

View File

@@ -33,8 +33,8 @@ watch(
y: 0,
scale: 1,
transition: {
delay: 1600,
ease: 'easeOut',
delay: 1800,
ease: 'easeInOut',
},
}"
:active="messages.length > 0"
@@ -53,7 +53,7 @@ watch(
y: 0,
scale: 1,
transition: {
delay: 800,
delay: 900,
ease: 'easeOut',
},
}"