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 durationInMilliSeconds: duration of animation of fade (default: 400) slideDurationInMilliSeconds: duration of animation of slide (default: 800) curve: curve of the fade animation (default: Curves.decelerate) slideCurve: curve of the scale animation (default: Curves.easeInOutSine)