Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/changjoo-park/animated_appear
https://github.com/changjoo-park/animated_appear
animation-library flutter widget-library
Last synced: 3 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T06:24:06.000Z (over 3 years ago)
- Last Synced: 2024-10-12T09:09:31.415Z (about 1 month ago)
- Topics: animation-library, flutter, widget-library
- Language: C++
- Homepage: https://pub.dev/packages/animated_appear
- Size: 1.62 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![pub package](https://img.shields.io/pub/v/animated_appear.svg?label=animated_appear&color=blue)](https://pub.dev/packages/animated_appear) [![style: effective dart](https://img.shields.io/badge/style-effective_dart-40c4ff.svg)](https://pub.dev/packages/effective_dart) ![License](https://img.shields.io/github/license/changjoo-park/animated_appear?color=black) ![GitHub issues](https://img.shields.io/github/issues/changjoo-park/animated_appear?color=green&label=Issues)
[![likes](https://badges.bar/animated_appear/likes)](https://pub.dev/packages/animated_appear/score) [![popularity](https://badges.bar/animated_appear/popularity)](https://pub.dev/packages/animated_appear) [![pub points](https://badges.bar/animated_appear/pub%20points)](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:
```