Milind Chaudhary
Milind Chaudhary

Reputation: 1740

Androd, I want sync multiple animations which each other, such that each animation is behind the other with fixed time gap

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

Answers (1)

Dmitrii Leonov
Dmitrii Leonov

Reputation: 1399

Are you using Property Animator (ObjectAnimator or ValueAnimator + AnimatorUpdateListener)? In this case you can sync multiple animations using an AnimatorSet

Upvotes: 1

Related Questions