Reputation: 1740
I have tried using handlers to start each animation at different time.
I have tried using start offset with different values is each animation.
Upvotes: 0
Views: 294
Reputation: 1399
Are you using Property Animator
(ObjectAnimator
or ValueAnimator
+ AnimatorUpdateListener
)? In this case you can sync multiple animations using an AnimatorSet
Upvotes: 1