Staggered animation?

Code
Code Overrides
Framer
Updated: 2018-09-01

X provides a great way to chain animations: async/await. But how to make animations staggered? i.e. add delay but NOT wait until it finishes?

Solution: Use a dummy Animatable with shorter duration, and wait on the dummy instead of the real anim

Source Code

Check out the complete source code here