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

How to disable the implementation of auto-orient? #337

Open xs2bas opened 4 months ago

xs2bas commented 4 months ago

After an update from version 2.7.0 to version 3.1.0, something is wrong with the rotation of a text layer. The animation was made in After Effects, and includes a text layer that I dynamically give a value. The text layer moves from left to right as it rotates from -25 to 25 degrees. When I use version 3.1.0 the text layer spins like crazy instead of rotating smoothly from -25 to 25 degrees. Could this be related to the implementation of auto-orient? Thanks in advance!