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

There is a difference between loading on the app and HTML #302

Open wateryys opened 11 months ago

wateryys commented 11 months ago

app:

https://github.com/xvrh/lottie-flutter/assets/15273239/1343cb48-d193-4f7b-ab14-b4f9479d32fd

html:

https://github.com/xvrh/lottie-flutter/assets/15273239/9895c484-a4e2-4129-be51-2e5884560ec2

json: lottery.json.zip

wateryys commented 11 months ago

A few frames are different How do I need to modify it to achieve the effect of loading on HTML

wateryys commented 11 months ago

I suspect it's a problem with the JSON file, but my colleague said it's okay and asked us to continue investigating