| Interface | Description |
|---|---|
| TransitionChangeHandler.OnTransitionPreparedListener |
| Class | Description |
|---|---|
| AnimatorChangeHandler |
A base
ControllerChangeHandler that facilitates using Animators to replace Controller Views |
| 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 | Deprecated |
| SimpleSwapChangeHandler |
A
ControllerChangeHandler that will instantly swap Views with no animations or transitions. |
| TransitionChangeHandler | Deprecated
Transitions are backported via
AndroidX.
|
| 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. |