lottie-react
lottie-react copied to clipboard
A lightweight React library for rendering complex After Effects animations in real time using Lottie.
Hello everyone, I had some issues with ReferenceError (with SSR). And yes I know, it could be solved by dynamic import, lazy or maybe some other ways. But the situation...
**Is your feature request related to a problem? Please describe.** LottieRefCurrentProps is not exported, so my refs need to be any. **Describe the solution you'd like** Export LottieRefCurrentProps so that...
Hello Everyone! I am using lottie-react with `"react": "^18.2.0",` and [Vite](https://vitejs.dev/) and facing the issue after running the `build` command. Here is the output of the terminal I am wondering...
I'm using a Dialog/Modal from "Radix-ui" libray. I'm putting the "View" inside the Modal body, but the animation doesn't show up at all when the modal opens. PS: This happens...
**Is your feature request related to a problem? Please describe.** For now, we are using **dotjson** format lottie animations which takes quite a time for fetching(remote lottie files) and rendering...
**Describe the bug** Calling goToAndStop(frame, true) does not take you to the frame of the animation, it takes you to a position in seconds, whereas calling goToAndPlay(frame, true) does take...
The same as other lottie packages like lottie react native supports colorFilters: ``` colorFilters={[ { keypath: 'somekeypath', color: 'someColor }, ``` I would like to know if it is possible...
**Describe the bug** Typescript is potentially missing some definitions for `rendererSettings` **To Reproduce** 1. Create a react typescript component and use Lottie from lottie-react 2. Add width and height properties...
I have 4 Lottie animations on my page. I downloaded them from lottiefiles.com but after adding these animations the CPU usage of the page and my system increased a lot....