core-ktx / androidx.animation / android.animation.Animator / doOnStart

doOnStart

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

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

Return
the Animator.AnimatorListener added to the Animator

See Also

Animator.start