FadeInAnimationExtensions extension
- on
Methods
-
fadeIn(
{int delay = 0, double begin = 0, int duration = 500, bool repeat = false, bool reverse = false, bool autoPlay = true, Curve? curve, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the FadeInAnimationExtensions extension
Applies a simple opacity fade-in animation. -
fadeInMoveInBottom(
{int delay = 0, double verticalOffset = 50, int duration = 500, bool repeat = false, bool reverse = false, bool autoPlay = true, Curve? curve, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the FadeInAnimationExtensions extension
Applies a combined fade-in and slide-up entrance animation from the bottom. -
fadeInMoveInBottomBouncy(
{int delay = 0, double verticalOffset = 50, int duration = 500, bool repeat = false, bool reverse = false, bool autoPlay = true, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the FadeInAnimationExtensions extension
Applies a fade-in, slide-up, and quick secondary reversal bounce. -
fadeInMoveInBottomStickyBouncy(
{int delay = 0, double verticalOffset = 50, int duration = 500, bool repeat = false, bool reverse = false, bool autoPlay = true, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the FadeInAnimationExtensions extension
Applies a fade-in, slide-up, and strong, "sticky" bounce using Curves.elasticOut. -
fadeInMoveInLeft(
{int delay = 0, double horizontalOffset = 50, int duration = 500, bool repeat = false, bool reverse = false, bool autoPlay = true, Curve? curve, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the FadeInAnimationExtensions extension
Applies a combined fade-in and slide-in entrance animation from the left. -
fadeInMoveInLeftBouncy(
{int delay = 0, double horizontalOffset = 50, int duration = 500, bool repeat = false, bool reverse = false, bool autoPlay = true, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the FadeInAnimationExtensions extension
Applies a fade-in, slide-right, and quick secondary reversal bounce from the left. -
fadeInMoveInLeftStickyBouncy(
{int delay = 0, double horizontalOffset = 50, int duration = 500, bool repeat = false, bool reverse = false, bool autoPlay = true, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the FadeInAnimationExtensions extension
Applies a fade-in, slide-right, and strong, "sticky" bounce from the left using Curves.elasticOut. -
fadeInMoveInRight(
{int delay = 0, double horizontalOffset = 50, int duration = 500, bool repeat = false, bool reverse = false, bool autoPlay = true, Curve? curve, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the FadeInAnimationExtensions extension
Applies a combined fade-in and slide-in entrance animation from the right. -
fadeInMoveInRightBouncy(
{int delay = 0, double horizontalOffset = 50, int duration = 500, bool repeat = false, bool reverse = false, bool autoPlay = true, Curve? curve, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the FadeInAnimationExtensions extension
Applies a fade-in, slide-left, and quick secondary reversal bounce from the right. -
fadeInMoveInRightStickyBouncy(
{int delay = 0, double horizontalOffset = 50, int duration = 500, bool repeat = false, bool reverse = false, bool autoPlay = true, Curve? curve, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the FadeInAnimationExtensions extension
Applies a fade-in, slide-left, and strong, "sticky" bounce from the right using Curves.elasticOut. -
fadeInMoveInTop(
{int delay = 0, double verticalOffset = 50, int duration = 500, bool repeat = false, bool reverse = false, bool autoPlay = true, Curve? curve, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the FadeInAnimationExtensions extension
Applies a combined fade-in and slide-down entrance animation from the top. -
fadeInMoveInTopBouncy(
{int delay = 0, double verticalOffset = 50, int duration = 500, bool repeat = false, bool reverse = false, bool autoPlay = true, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the FadeInAnimationExtensions extension
Applies a fade-in, slide-down, and quick secondary reversal bounce from the top. -
fadeInMoveInTopStickyBouncy(
{int delay = 0, double verticalOffset = 50, int duration = 500, bool repeat = false, bool reverse = false, bool autoPlay = true, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the FadeInAnimationExtensions extension
Applies a fade-in, slide-down, and strong, "sticky" bounce from the top using Curves.elasticOut. -
fadeOut(
{int delay = 0, double begin = 1, int duration = 500, bool repeat = false, bool reverse = false, bool autoPlay = true, Curve? curve, void onInit(AnimationController)?}) → Widget -
Available on Widget, provided by the FadeInAnimationExtensions extension
Applies a simple opacity fade-out animation.