Share via


LayoutTransition.SetStartDelay(LayoutTransitionType, Int64) Method

Definition

Sets the start delay on one of the animation objects used by this transition.

[Android.Runtime.Register("setStartDelay", "(IJ)V", "GetSetStartDelay_IJHandler")]
public virtual void SetStartDelay (Android.Animation.LayoutTransitionType transitionType, long delay);
[<Android.Runtime.Register("setStartDelay", "(IJ)V", "GetSetStartDelay_IJHandler")>]
abstract member SetStartDelay : Android.Animation.LayoutTransitionType * int64 -> unit
override this.SetStartDelay : Android.Animation.LayoutTransitionType * int64 -> unit

Parameters

transitionType
LayoutTransitionType

One of #CHANGE_APPEARING, #CHANGE_DISAPPEARING, #CHANGING, #APPEARING, or #DISAPPEARING, which determines the animation whose start delay is being set.

delay
Int64

The length of time, in milliseconds, to delay before starting the animation.

Attributes

Remarks

Sets the start delay on one of the animation objects used by this transition. The transitionType parameter determines the animation whose start delay is being set.

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

Applies to

See also