Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mono0926/animation_player

AnimationPlayer plays your animation and you can seek the animation with slider.
https://github.com/mono0926/animation_player

animation dart flutter

Last synced: 2 months ago
JSON representation

AnimationPlayer plays your animation and you can seek the animation with slider.

Awesome Lists containing this project

README

        

# animation_player

![gif](gif/gif.gif)

Animation player.

## Usage

```dart
AnimationPlayer(
builder: (context, animation) {
// return Animated Widget like this:
return AnimatedIcon(
size: targetSize,
icon: iconData,
progress: animation,
);
},
),
```

## Example

- https://github.com/mono0926/animation_player/tree/master/example