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.15k stars 197 forks source link

Control the animation of each layer (composition) for one Lottie file #279

Open djx-y-z opened 1 year ago

djx-y-z commented 1 year ago

I am using the Lottie library (version 2.3.2). I also have a Lottie file, which has several compositions with their own animation. Is it possible to control the animation of each composition separately, or is it planned to add this feature in the future?

As far as I understand, in older version of this library there was a composition parameter in constructor, which allowed loading a specific composition from a Lottie file. This option is currently not available.