-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
GradientColorKeyframeAnimation does not handle progress outside [0,1] #2427
GradientColorKeyframeAnimation does not handle progress outside [0,1] #2427
Conversation
brudaswen
commented
Dec 13, 2023
•
edited
Loading
edited
- Closes GradientColorKeyframeAnimation does not handle progress outside [0,1] #2426
- Improve performance by running GammaEvaluator once
6e04e49
to
68da2ba
Compare
Thank you for addressing this, this is an important issue for us too 🙏🏻 |
lottie/src/main/java/com/airbnb/lottie/model/content/GradientColor.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Would it be possible to create a simplified animation for testing? You can put it here and it'll automatically get added to the snapshot regression tests so it doesn't break in the future.
I stripped down our ultra large file to a minimum. I hope this works. |