Closed leegwiro closed 2 years ago
I have same issue. Using version 2.x will be fine, but still have issue with scaling animation (Fixed at 3.x - https://github.com/airbnb/lottie-ios/pull/932)
Please help!
Same problem here with version 3.1.3 :( Please help us.
I've looked into this and it has to do with the layer being scaled. The layer was created at 30x30 px and then scaled up. In lottie 2.5 the scale was applied to the curve before render, in lottie 3+ the scale is applied to the layer rendering the curve which is creating pixelation when scaled up.
This is obviously a regression but I need to think of the best / cleanest way to fix the regression without introducing performance bugs. For now it can be fixed in after effects by manually scaling the path up and resetting the scale of the group/layer to <=100%
Added to my todo
@buba447 Any updates on this issue?
@buba447 waiting for any updates too
I believe this is fixed in 3.4.0
hey @calda , I think this pixelation problem is still happening inn 4.1.2. My coworker @collinleix just posted a similar bug report here: https://github.com/airbnb/lottie-ios/issues/2066
Check these before submitting:
This issue is a:
Which Version of Lottie are you using?
Lottie 3.1.2
What Platform are you on?
What Language are you in?
Expected Behavior & Actual Behavior
Please check a video attached. (gradient_impl.zip) It works fine with version 2.x implemented by objective-C. However, it does not work with version 3.x implemented by Swift.
gradient_impl.zip
Animation JSON
Here is files to help you solve the problem:
lottie_report.zip