https://github.com/ChangJoo-Park/animated_appear
https://github.com/ChangJoo-Park/animated_appear
animation-library flutter widget-library
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ChangJoo-Park/animated_appear
- Owner: ChangJoo-Park
- License: mit
- Created: 2021-07-23T05:17:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T06:24:06.000Z (almost 5 years ago)
- Last Synced: 2025-04-24T20:57:24.627Z (about 1 year ago)
- Topics: animation-library, flutter, widget-library
- Language: C++
- Homepage: https://pub.dev/packages/animated_appear
- Size: 1.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pub.dev/packages/animated_appear) [](https://pub.dev/packages/effective_dart)  
[](https://pub.dev/packages/animated_appear/score) [](https://pub.dev/packages/animated_appear) [](https://pub.dev/packages/animated_appear/score)
# Animated Appear
A Flutter widget for appear widget with animation.
## Showcase
Inspired by [Whatssub](https://whatssub.co/). Run example on [browser](https://changjoo-park.github.io/animated_appear/#/).

## 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
```dart
dependencies:
animated_appear:
```