-
Notifications
You must be signed in to change notification settings - Fork 78
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
Fast, reliable Lottie file loader and player #556
Comments
I have yet to see Lottie's fail on Windows with the above code. When I try with SKLottieView some lotties do not render correctly or not at all. . . but that may be due to intermingled calls such as:
And would expect a pixel perfect overdraw of the entire animation wtih:
|
In an effort to test with SKLottieView, it was added to my LottieData class and created instead of the version above:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would like to share a fast and (appears) reliable Lottie file loader and player. One that uses SkiaSharp.Skottie.Animation:
The text was updated successfully, but these errors were encountered: