mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-02-02 17:31:29 +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',
|
||||
},
|
||||
}"
|
||||
|
||||
Reference in New Issue
Block a user