ValueAnimator.Duration Property

Definition

Gets the length of the animation.

public override long Duration { [Android.Runtime.Register("getDuration", "()J", "GetGetDurationHandler")] get; }
[<get: Android.Runtime.Register("getDuration", "()J", "GetGetDurationHandler")>]
member this.Duration : int64

Property Value

The length of the animation, in milliseconds.

Attributes

Remarks

Gets the length of the animation. The default duration is 300 milliseconds.

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

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