TransitionOrdering Enum

Definition

Specifies whether child transitions in a TransitionSet run in sequence or start at the same time.

public enum TransitionOrdering
type TransitionOrdering = 
Inheritance
TransitionOrdering

Fields

Name Value Description
Together 0

Starts all child transitions at the same time.

Sequential 1

Runs child transitions in sequence; each begins when the preceding child transition ends.

Remarks

Java documentation for android.transition.TransitionSet.

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