-
## Which Version of Lottie are you using?
Lottie 4.4.0
## Expected Behavior
App UI screen shall appear after animation has finished
## Actual Behavior
A frame (last frame?) of the prev…
-
The `lottie.useWebWorker(true)` feature does not work in the minified environment.
## Environment
- lottie-web 5.9.6
- nextjs 12.3.1
## Reproduce
using `https://cdnjs.cloudflare.com/ajax/libs…
-
**Tell us about your environment**
* **Browser and Browser Version:**
we are using Chrome .
* **After Effects Version:**
2021 version
**What did you do? Please explain the steps you took b…
-
lottie svg render can not work,but canvas do work, on android 5.1 webview
lottie.loadAnimation({
container: capsuleRef.current!,
renderer: 'svg',
loop: false,
autoplay: false,…
-
**Tell us about your environment**
* **Safari Version 14.0.2 (16610.3.7.1.9) :**
* **After Effects Version:** 17.1.1 Buil 34
**What did you do? Please explain the steps you took before you …
-
Here is my widget to play Lottie animations.
You have to provide the JSON of the animation:
* either as a HTTP URL,
* or as a local file in the Media Files directory with the format `/mediafiles/…
-
Does this workflow exist?
-
I get this error when building my project with an imported LottiePlayer
`
document is not defined
ReferenceError: document is not defined
`
I read some other issue where they suggested adding…
-
Be able to play to a certain frames. The lottie documentation has a [`goToAndStop`](https://airbnb.io/lottie/#/web?id=usage-1)
I'd like to create a switch using a lottie animation, but without thi…
-
As I`ve noticed Lottie on web browser engine is faster than After effects when working with vector graphics.
Is there any way to implement chromium engine as a preview window and do on the fly bodymo…