animation_wrappers library

Classes

FadeAnimation
FadeAnimation is build using FadeTransition fade animation wrapper widget just wrap the child with this widget and widget will be animated child : the widget to be animated duration : duration of animation of fade (default: Duration(milliseconds: 1000)) curve : curve of the animation (default: Curves.decelerate)
FadedScaleAnimation
FadedScaleAnimation is build using FadeTransition and ScaleTransition fade and scale animation wrapper widget just wrap the child with this widget and widget will be animated child : the widget to be animated fadeDuration : duration of animation of fade (default: Duration(milliseconds: 1000)) scaleDuration : duration of animation of scale (default: Duration(milliseconds: 500)) fadeCurve : curve of the animation (default: Curves.decelerate) scaleCurve : curve of the animation (default: Curves.decelerate) alignment : alignment of the scale animation (default: Alignment.center)
FadedSlideAnimation
FadedSlideAnimation is build using FadeTransition and SlideTransition fade and slide animation wrapper widget just wrap the child with this widget and widget will be animated child : the widget to be animated fadeDuration : duration of animation of fade (default: Duration(milliseconds: 1000)) slideDuration : duration of animation of slide (default: Duration(milliseconds: 500)) fadeCurve : curve of the fade animation (default: Curves.decelerate) slideCurve : curve of the scale animation (default: Curves.easeInOutSine) textDirection : direction of the text for slide animation (default: TextDirection.ltr)
ScaleAnimation
ScaleAnimation is build using FadeTransition and ScaleTransition fade and scale animation wrapper widget just wrap the child with this widget and widget will be animated child : the widget to be animated duration : duration of animation of fade and scale (default: Duration(milliseconds: 500)) curve : curve of the animation (default: Curves.decelerate) alignment : alignment of the scale animation (default: Alignment.center)