-
## I am trying to migrate to dotLottie in my ReactJS application.
Here are the logs when using the `@dotlottie/react-player` package with `npm`:
```
WARNING in ./node_modules/@dotlottie/common/di…
-
Hi,
We are using dotlottie through on the following site.
https://www.leprechaunmuseum.ie/story/
We have 8 animations in place on the page. 4 animations are in the top area and 4 animations a…
-
I'm facing an issue in a Nuxt3 project where a dotLottie player component disappears whenever I resize the browser window. This issue occurs in a setup where I'm using GSAP for animating elements, inc…
-
Which mimetype should lottie files use? Content transmitted over http is expected to have a mimetype, and a general `application/json` does not flag it as a lottie file, so perhaps defining a mimetype…
-
## Overview
Hi, I am trying to integrate this lottie animation (that I had exported from figma), https://app.lottiefiles.com/share/352a1071-0e63-44f2-9bd8-a6b94026600d, into my react app but it doe…
-
https://github.com/LottieFiles/dotlottie-web/issues/239
-
When a new animation is added using dotLottie.addAnimation, default playback settings such as `loop: false`, `autoplay: false`, and `direction: 1` are being incorrectly added to the manifest.json file…
-
Added Package to Objective C project and able to import the module. However, DotLottieAnimation is not available to use.
The support will be added? or should refer to https://github.com/dotlott…
-
### Description
Lottie not loading on some Android devices when using `.lottie` files.
We have had reports of the Lotties not displaying for users on some device models. Manufacturers of these de…
-
I am trying to migrate from `@lottiefiles/lottie-player` but I am having trouble getting `autoplay` to work...
``` typescript
import { onMount } from 'svelte';
let lottiePlayerReady = false…