AutoTransition
open class AutoTransition : TransitionSet
Utility class for creating a default transition that automatically fades, moves, and resizes views during a scene change.
An AutoTransition can be described in a resource file by using the tag autoTransition
, along with the other standard attributes of Transition
.
Summary
Inherited constants |
|
From class TransitionSet
Int |
ORDERING_SEQUENTIAL
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. Note that a transition does not end until all instances of it (which are playing on all applicable targets of the transition) end.
|
Int |
ORDERING_TOGETHER
A flag used to indicate that the child transitions of this set should all start at the same time.
|
|
Public constructors |
Constructs an AutoTransition object, which is a TransitionSet which first fades out disappearing targets, then moves and resizes existing targets, and finally fades in appearing targets.
|
|