ValueAnimator.OfInt(Int32[]) Method

Definition

Constructs and returns a ValueAnimator that animates between int values.

[Android.Runtime.Register("ofInt", "([I)Landroid/animation/ValueAnimator;", "")]
public static Android.Animation.ValueAnimator? OfInt (params int[]? values);
[<Android.Runtime.Register("ofInt", "([I)Landroid/animation/ValueAnimator;", "")>]
static member OfInt : int[] -> Android.Animation.ValueAnimator

Parameters

values
Int32[]

A set of values that the animation will animate between over time.

Returns

ValueAnimator

A ValueAnimator object that is set up to animate between the given values.

Attributes

Remarks

Java documentation for android.animation.ValueAnimator.ofInt(int...).

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