Does stagger
not work with animateMini
?
#2866
-
This snippet works: const animation = animate(
"[data-loading-dot]",
{
backgroundColor: ["var(--color-mid-glare)", "var(--color-primary)"],
transform: ["scale(1)", "scale(1.25)", "scale(1)"],
},
{
delay: stagger(1),
duration: 1,
ease: easeInOut,
}
); If I switch to The docs say |
Beta Was this translation helpful? Give feedback.
Answered by
mattgperry
Nov 14, 2024
Replies: 3 comments
-
It should but I’ll take a look! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fix incoming #2877 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
brandonpittman
-
Stagger works again! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fix incoming #2877