ValueAnimator.Reverse Method

Definition

Plays the ValueAnimator in reverse.

[Android.Runtime.Register("reverse", "()V", "GetReverseHandler")]
public virtual void Reverse ();
[<Android.Runtime.Register("reverse", "()V", "GetReverseHandler")>]
abstract member Reverse : unit -> unit
override this.Reverse : unit -> unit
Attributes

Remarks

Plays the ValueAnimator in reverse. If the animation is already running, it will stop itself and play backwards from the point reached when reverse was called. If the animation is not currently running, then it will start from the end and play backwards. This behavior is only set for the current animation; future playing of the animation will use the default behavior of playing forward.

Java documentation for android.animation.ValueAnimator.reverse().

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