xvrh / lottie-flutter

Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.
https://pub.dev/packages/lottie
MIT License
1.16k stars 196 forks source link

This feature possible ? #260

Closed moinkhan780 closed 8 months ago

moinkhan780 commented 1 year ago

Is their animation stop pause feature ?

For example we can set bool value to true/ false to stop animation or allow animation

zakiso commented 1 year ago

just add a controller for your Lottie widget. Then you can use the controller to stop/start your animation.