| Interface | Description |
|---|---|
| TransitionChangeHandler.OnTransitionPreparedListener |
| Class | Description |
|---|---|
| AnimatorChangeHandler |
A base
ControllerChangeHandler that facilitates using Animators to replace Controller Views |
| AutoTransitionChangeHandler | Deprecated
It's very rare that a simple AutoTransition is what you want when changing controllers.
|
| FadeChangeHandler |
An
AnimatorChangeHandler that will cross fade two views |
| HorizontalChangeHandler |
An
AnimatorChangeHandler that will slide the views left or right, depending on if it's a push or pop. |
| SharedElementTransitionChangeHandler |
A TransitionChangeHandler that facilitates using different Transitions for the entering view, the exiting view,
and shared elements between the two.
|
| SimpleSwapChangeHandler |
A
ControllerChangeHandler that will instantly swap Views with no animations or transitions. |
| TransitionChangeHandler |
A base
ControllerChangeHandler that facilitates using Transitions to replace Controller Views. |
| TransitionChangeHandlerCompat |
A base
ControllerChangeHandler that facilitates using Transitions to replace Controller Views. |
| VerticalChangeHandler |
An
AnimatorChangeHandler that will slide either slide a new View up or slide an old View down,
depending on whether a push or pop change is happening. |