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