@NonNullByDefault
See: Description
Class | Description |
---|---|
CircleSplashScreenshotTransitionContainer |
A circle splash transition container grows the new widget when going forward, or shrinks the previous widget when
going backward, the widget being enclosed in a circle.
|
FadeScreenshotTransitionContainer |
A fade transition container makes widgets appear or disappear smoothly by using a fade in or fade out effect.
|
NoTransitionContainer |
A no transition container switch directly the widgets without any animation.
|
ScreenshotTransitionContainer |
A screenshot transition container uses a screenshot to realize the animation.
|
SlideScreenshotTransitionContainer |
A slide transition container slides the widgets during the transition.
|
SlideTransitionContainer |
A slide transition container slides the widgets during the transition.
|
SplashScreenshotTransitionContainer |
A splash transition container grows the new widget when going forward, or shrinks the previous widget when going
backward.
|
TransitionContainer |
A transition container holds only one widget at a time.
|