LayoutTransition.SetStagger(LayoutTransitionType, Int64) 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.
Sets the length of time to delay between starting each animation during one of the change animations.
[Android.Runtime.Register("setStagger", "(IJ)V", "GetSetStagger_IJHandler")]
public virtual void SetStagger (Android.Animation.LayoutTransitionType transitionType, long duration);
[<Android.Runtime.Register("setStagger", "(IJ)V", "GetSetStagger_IJHandler")>]
abstract member SetStagger : Android.Animation.LayoutTransitionType * int64 -> unit
override this.SetStagger : Android.Animation.LayoutTransitionType * int64 -> unit
Parameters
- transitionType
- LayoutTransitionType
A value of #CHANGE_APPEARING
, #CHANGE_DISAPPEARING
, or
#CHANGING
.
- duration
- Int64
The length of time, in milliseconds, to delay before launching the next animation in the sequence.
- Attributes
Remarks
Sets the length of time to delay between starting each animation during one of the change animations.
Java documentation for android.animation.LayoutTransition.setStagger(int, long)
.
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.