animations/faded_scale_animation library

Classes

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)