doOnStart

inline fun Animator.doOnStart(crossinline action: (animator: Animator) -> Unit): Animator.AnimatorListener(source)

Add an action which will be invoked when the animation has started.

Return

the Animator.AnimatorListener added to the Animator

See also