-
**The app is crushing with the exception of "Missing values for keyframe"
Using the last version of the plugin (0.2.0)
App is migrated to AndroidX**
**Full output**:
`E/AndroidRuntime(19998):…
-
## Issue
In our app, we have 40-50 SPM dependencies, and AppsFlyer is in the top 3 slowest packages to resolve.
## Potential Solution
This is a known SPM issue, as SPM by default pulls not ju…
-
### Description
When I try to load a dotlottie file on Android (does not matter whether its a device or the simulator), the `onAnimationFailure` callback prints out "Use JsonReader.setLenient(true)…
-
I encountered the same problem as the https://github.com/airbnb/lottie-web/issues/2267.
![image](https://github.com/airbnb/lottie-web/assets/39146254/480dc967-175f-4c0f-8d73-16412e0b5db3)
The jso…
-
Hi,
Is there any reason why you didn't update deps to lottie-web?
https://github.com/airbnb/lottie-web/releases/tag/v5.0.5
-
I have a Lottie animation that I want to render using the canvas renderer, instead of the SVG renderer for performance reasons. The SVG renderer produces the expected output, but the canvas renderer p…
-
Hi
When I use
LottieConfiguration.shared.renderingEngine = .mainThread
configuration - then animation seems to be fine. But when switch to newer `.coreAnimation` then animation is off. R…
-
I want to stop animation after one loop and display the last frame
here is a [StackBlitz example](https://stackblitz.com/edit/lottie-s1)
when I use the lottie-web it does work as should [example](…
-
实际使用中发现很多效果不支持,希望能有相关文档参考,类似lottie这个:
http://airbnb.io/lottie/supported-features.html
谢谢!
-
`LottieView` (previously named `Lottie`) is defined in this package but wrapped in a `#canImport` statement.
I managed to get the app running from a simulator using `LottieView` from this framework…