animated_appear 0.0.4 animated_appear: ^0.0.4 copied to clipboard
A Flutter widget for appear widget with animation. Using FadeTransition and SlideTransition widgets.
Animated Appear #
A Flutter widget for appear widget with animation.
Showcase #
Inspired by Whatssub. Run example on browser.
Options #
- child : Widget for appear in. required
- delay : Duration for delay.
- duration : Duration for animate.
- curve : Curve for animate.
- slideBeginOffset : Offset for SlideTransition.
- slideEndOffset : Offset for SlideTransition.
Installation #
dependencies:
animated_appear: