LayoutTransition.GetStagger(LayoutTransitionType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.