playAnimatorsTogether

open override fun playAnimatorsTogether(vararg animators: ValueAnimator)

Play given ValueAnimator's together.

Note: animators will get registered and run in the same order as passed here. This is important if any actions should be run before or after all the animators, e.g. Animator.AnimatorListener.onAnimationEnd should be registered for the last animator from animators to be run after all the animators ended.

Parameters

animators

Variable number of ValueAnimator's