public interface

Animator.AnimatorUpdateListener

 androidx.core.animation.Animator.AnimatorUpdateListener

Overview

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

Methods
public voidonAnimationUpdate(Animator animation)

Notifies the occurrence of another frame of the animation.

Methods

public void onAnimationUpdate(Animator animation)

Notifies the occurrence of another frame of the animation.

Parameters:

animation: The animation which was repeated.