animated_appear 0.0.1
animated_appear: ^0.0.1 copied to clipboard
A Flutter widget for appear widget with animation.
Animated Appear #
A Flutter widget for appear widget with animation.
Showcase #
Inspired by Wahtssub.
[example.gif]Options #
| Name | Type | Default | Description |
|---|---|---|---|
| child | Widget | Required | Widget for appear in |
| delay | Duration | 0 millisecond | Duration of delay |
| duration | Duration | 200 milliseconds | Duration of animate |
| slideBeginOffset | Offset | Offset.zero | Start offset of SlideTransition |
| slideEndOffset | Offset | Offset.zero | End offset of SlideTransition |
Installation #
dependencies:
animated_appear: