How can I use useSprings together with useChain? #1556
Unanswered
DamianPereira
asked this question in
Support
Replies: 1 comment 1 reply
-
@DamianPereira Hi! Did you find a solution for this? I'm also trying to combine |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I want to make a staggering animation, which triggers animations sequentially for a big number of elements. I can use useSprings to make all animations work at the same time, but how can I make them run one after the other so the next one only starts after the previous one finished? useTrail seems to run them one after the other, but overlapping them, not sequentially.
Here's a codesandbox with the useSprings code I'm working on: https://codesandbox.io/s/use-web-animations-bug-psxmq?file=/src/App.js
I'll copy it here just in case:
Beta Was this translation helpful? Give feedback.
All reactions