Android.Transitions.TransitionSet: Field Members

The fields of Android.Transitions.TransitionSet are listed below. For a list of all members, see the TransitionSet Members list.

See Also: Inherited members from Android.Transitions.Transition

Public Fields

const
OrderingSequentialTransitionOrdering (1). A flag used to indicate that the child transitions of this set should play in sequence; when one child transition ends, the next child transition begins.
const
OrderingTogetherTransitionOrdering (0). A flag used to indicate that the child transitions of this set should all start at the same time.