See: Description
| Interface | Description |
|---|---|
| WindowTransition |
WindowTransition provides a foursome of animation resources that may be used to override default
activity window transitions via
WindowTransition.overrideStart(Activity) and WindowTransition.overrideFinish(Activity). |
| Class | Description |
|---|---|
| BaseNavigationalTransition<T extends BaseNavigationalTransition> |
BaseNavigationalTransition represents a simple wrapper around window
Transitions
framework to simplify and also to made transitioning between two Activities
independent from the current Android version, that is, to hide such transitions implementation
from the context where it is used. |
| BasicWindowTransition |
Basic implementation of
WindowTransition that may be used to create basic instances of window
transitions to animate window changes. |
| ExtraWindowTransitions |
Factory providing extra
WindowTransitions. |
| NavigationalTransition |
A
BaseNavigationalTransition implementation that may be used also from a context of
framework's Fragment. |
| NavigationalTransitionCompat |
A
BaseNavigationalTransition implementation that may be used also from a context of
support Fragment. |
| Reveal |
A
Visibility transition implementation that tracks changes to the visibility of target
views in the start and end scenes and reveals or conceals views in the scene. |
| Scale |
A
Visibility transition implementation that tracks changes to the visibility of target
views in the start and end scenes and scales up or down views in the scene. |
| WindowTransitions |
Factory providing common
WindowTransitions. |
| Annotation Type | Description |
|---|---|
| Reveal.RevealMode |
Defines an annotation for determining set of allowed modes for Reveal transition.
|
| Scale.ScaleMode |
Defines an annotation for determining set of allowed modes for Scale transition.
|