Animation.StartOnFirstFrame Field

Definition

Can be used as the start time to indicate the start time should be the current time when #getTransformation(long, Transformation) is invoked for the first animation frame.

[Android.Runtime.Register("START_ON_FIRST_FRAME")]
public const int StartOnFirstFrame = -1;
[<Android.Runtime.Register("START_ON_FIRST_FRAME")>]
val mutable StartOnFirstFrame : int

Field Value

Value = -1
Attributes

Remarks

Can be used as the start time to indicate the start time should be the current time when #getTransformation(long, Transformation) is invoked for the first animation frame. This can is useful for short animations.

Java documentation for android.view.animation.Animation.START_ON_FIRST_FRAME.

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