lottie-react
lottie-react copied to clipboard
A lightweight React library for rendering complex After Effects animations in real time using Lottie.
I'm trying to have my lottie animation play the first 23 frames, and then skip them when it loops back and restarts and play frames 24-95 indefinitely. I'm dumb and...
Hi, Memoizing functions with `useCallback` and `useMemo` for performance benefits. _Sorry if I made any errors :(_
**Describe the bug** Adding a path prop to the Lottie component is giving me a type error saying the path does not exist on the component props **To Reproduce** Add...
Hi, the animationData property shouldn't be mandatory since we can only use the path property. Lottie documentation states that only one of two should be required. https://github.com/airbnb/lottie-web/wiki/loadAnimation-options#path-or-animationdatamandatory-at-least-one Path is easier...
Hello there! I've used this wrapper in quite many different projects and everything was pretty smooth. Lately, I've noticed some performance issues affecting some animations, so I'm trying to improve...
**Is your feature request related to a problem? Please describe.** Yes, I want to make a lottie play with scroll but instead of listening to the lottie container's viewport, I...
How can I change the preserveAspectRatio property? If it is not possible, it would be nice to have this feature. In lottie-web is possible. Thanks
I have some lottile files uploaded by users, they are on the server side, so I hope that you can provide a property to receive url. The truth is `animationData`...
**Describe the solution you'd like** Use the lottie light variant like described here: https://github.com/airbnb/lottie-web/issues/1184#issuecomment-703324484