Lottie-android: Animation became blurred after update the lottie version.

Created on 9 Aug 2019  路  5Comments  路  Source: airbnb/lottie-android

Describe the bug
After I updated the version from 0.2.8 to 3.0.1, the animation became blurred. Is this a bug or should I change my code with the new version?

What version of Lottie did you test this on?
v3.0.1
What version of Android did you test this on?
Android 8.0.0

Steps To Reproduce
Steps to reproduce the behavior:
Use LottieAnimationView to load a anim json file.

Rendering bug

Most helpful comment

@Aquarids Try setRenderMode(RenderMode.SOFTWARE)

All 5 comments

Please include a sample project that reproduces this and reopen if you are able to do that. There isn't enough information to provide assistance as-is.

Thanks for your replay, here is the sample project:

https://github.com/Aquarids/issue-lottie-1347-example

Change the version of lottie in build.gradle, it should reproduces the problem.

version 3.0.1:
v3.0.1

version 2.8.0:
v2.8.0

@Aquarids Try setRenderMode(RenderMode.SOFTWARE)

@gpeal It works. Thank you for your patience.

@gpeal Thank you ! Worked for me too!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gpeal picture gpeal  路  5Comments

Nabeel-khalid picture Nabeel-khalid  路  4Comments

nick1Jian picture nick1Jian  路  3Comments

SwayChen picture SwayChen  路  5Comments

dpmaycry picture dpmaycry  路  3Comments