LayoutTransition.GetStagger(LayoutTransitionType) Method

Definition

Gets the length of time to delay between starting each animation during one of the change animations.

[Android.Runtime.Register("getStagger", "(I)J", "GetGetStagger_IHandler")]
public virtual long GetStagger (Android.Animation.LayoutTransitionType transitionType);
[<Android.Runtime.Register("getStagger", "(I)J", "GetGetStagger_IHandler")>]
abstract member GetStagger : Android.Animation.LayoutTransitionType -> int64
override this.GetStagger : Android.Animation.LayoutTransitionType -> int64

Parameters

transitionType
LayoutTransitionType

A value of #CHANGE_APPEARING, #CHANGE_DISAPPEARING, or #CHANGING.

Returns

long The length of time, in milliseconds, to delay before launching the next animation in the sequence.

Attributes

Remarks

Gets the length of time to delay between starting each animation during one of the change animations.

Java documentation for android.animation.LayoutTransition.getStagger(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