ValueAnimator.IAnimatorUpdateListener.OnAnimationUpdate(ValueAnimator) Method

Definition

Notifies the occurrence of another frame of the animation.

[Android.Runtime.Register("onAnimationUpdate", "(Landroid/animation/ValueAnimator;)V", "GetOnAnimationUpdate_Landroid_animation_ValueAnimator_Handler:Android.Animation.ValueAnimator/IAnimatorUpdateListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnAnimationUpdate (Android.Animation.ValueAnimator animation);
[<Android.Runtime.Register("onAnimationUpdate", "(Landroid/animation/ValueAnimator;)V", "GetOnAnimationUpdate_Landroid_animation_ValueAnimator_Handler:Android.Animation.ValueAnimator/IAnimatorUpdateListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnAnimationUpdate : Android.Animation.ValueAnimator -> unit

Parameters

animation
ValueAnimator

The animation which was repeated.

Attributes

Remarks

Notifies the occurrence of another frame of the animation.

Java documentation for android.animation.ValueAnimator.AnimatorUpdateListener.onAnimationUpdate(android.animation.ValueAnimator).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to