Android.Views.Animations.Animation.StartOnFirstFrame Field
Can be used as the start time to indicate the start time should be the current time when Animation.GetTransformation(long, Android.Views.Animations.Transformation) is invoked for the first animation frame.

Value: -1

Syntax

[Android.Runtime.Register("START_ON_FIRST_FRAME")]
public const int StartOnFirstFrame

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.Views.Animations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1