TransitionDrawable.StartTransition(Int32) Method

Definition

Begin the second layer on top of the first layer.

[Android.Runtime.Register("startTransition", "(I)V", "GetStartTransition_IHandler")]
public virtual void StartTransition (int durationMillis);
[<Android.Runtime.Register("startTransition", "(I)V", "GetStartTransition_IHandler")>]
abstract member StartTransition : int -> unit
override this.StartTransition : int -> unit

Parameters

durationMillis
Int32

The length of the transition in milliseconds

Attributes

Remarks

Begin the second layer on top of the first layer.

Java documentation for android.graphics.drawable.TransitionDrawable.startTransition(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