animations/faded_slide_animation library

Classes

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)