Animator.AnimatorUpdateListener

interface Animator.AnimatorUpdateListener


Implementors of this interface can add themselves as update listeners to an ValueAnimator instance to receive callbacks on every animation frame, after the current frame's values have been calculated for that ValueAnimator.

Summary

Public functions

Unit

Notifies the occurrence of another frame of the animation.

Public functions

onAnimationUpdate

fun onAnimationUpdate(animation: Animator): Unit

Notifies the occurrence of another frame of the animation.

Parameters
animation: Animator

The animation which was repeated.