Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animation not displayed correctly #308

Open
DavidHajum opened this issue Oct 21, 2023 · 8 comments
Open

Animation not displayed correctly #308

DavidHajum opened this issue Oct 21, 2023 · 8 comments

Comments

@DavidHajum
Copy link

I am struggling to display an animation correctly.

This is my current code:

Lottie.asset(
'assets/animations/testcomp.json',
frameRate: FrameRate.max,
repeat: true,
);

which produces this output:

https://i.stack.imgur.com/fuikp.png

It should, however, look like this: https://lottiefiles.com/animations/testcomp-uuu8ikPIjO

I have not found anything regarding my problem in this list https://lottiefiles.com/supported-features

@RamazanTimurNevomes
Copy link

I have the same problem.

@DavidHajum
Copy link
Author

@xvrh
Copy link
Owner

xvrh commented Nov 22, 2023

This should be fixed in the latest version v3.0.0-alpha.2. Please try it and report any issue.

@ggirotto
Copy link

ggirotto commented Nov 27, 2023

@xvrh facing a similar issue in the latest v3.0.0-alpha.2 and Flutter 3.16.0

Animation:

CleanShot.2023-11-27.at.12.41.50.mp4

Result:

CleanShot.2023-11-27.at.11.53.48.mp4

@joao-albach
Copy link

i have the same issue, flutter 3.16 makes some layers disappear

@martinralfreindl
Copy link

Similar issue with Google's Party Popper emoji:
https://googlefonts.github.io/noto-emoji-animation/?icon.query=party

Should look like this:
Screenshot 2024-01-29 at 5 55 59 PM

But ends up like this:
Screenshot 2024-01-29 at 5 55 19 PM

Reversion to version 2.7.0 solves this issue.

@flodaniel
Copy link

@martinralfreindl did you find a solution except reverting to 2.7.0? We have the exact same issue for the party popper emoji but others we tested work with no problem.

@martinralfreindl
Copy link

martinralfreindl commented Apr 4, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants