mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 15:54:03 +01:00
feat: adjust transition delays and easing functions for improved animation timing
This commit is contained in:
@@ -33,7 +33,7 @@ const { t } = useI18n()
|
||||
y: 0,
|
||||
scale: 1,
|
||||
transition: {
|
||||
delay: 400,
|
||||
delay: 300,
|
||||
ease: 'linear',
|
||||
},
|
||||
}"
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
}"
|
||||
|
||||
Reference in New Issue
Block a user