useChain to trigger some animations sequentially and others simultaneously? #1098
Unanswered
benwerner01
asked this question in
Support
Replies: 1 comment 1 reply
-
I'm going to ask this question in case someone uses the search like I did. With useChain you have the option to define timeSteps (check the docs) |
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
-
I'm using
useChain
to sequentially trigger a couple animations (let's say they'reA1
,A2
,A3
, andA4
) and it's working fine. However what I really want is to triggerA1
, then triggerA2
andA3
simultaneously, and then triggerA4
. Is this not currently possible using react-spring, or am I missing something? Thanks!Beta Was this translation helpful? Give feedback.
All reactions