mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
feat(messages): improvements to direct message animations
This commit is contained in:
+1
-1
@@ -824,7 +824,7 @@ async function handleMessages(node: Element): Promise<void> {
|
|||||||
messages,
|
messages,
|
||||||
{ opacity: [0, 1], y: [10, 0] },
|
{ opacity: [0, 1], y: [10, 0] },
|
||||||
{
|
{
|
||||||
delay: stagger(0.05),
|
delay: stagger(0.03),
|
||||||
duration: 0.5,
|
duration: 0.5,
|
||||||
ease: [.22, .03, .26, 1]
|
ease: [.22, .03, .26, 1]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user