@remotion/lottie
This package provides a component for displaying Lottie animations in Remotion.
Installation
Install, @remotion/lottie as well as lottie-web.
- npm
 - yarn
 - pnpm
 
bashnpm i @remotion/lottie lottie-web
bashnpm i @remotion/lottie lottie-web
bashyarn add @remotion/lottie lottie-web
bashyarn add @remotion/lottie lottie-web
bashpnpm i @remotion/lottie lottie-web
bashpnpm i @remotion/lottie lottie-web
You can now start using the <Lottie> component in your Remotion project.
Supported features
- Playing Lottie animations using 
lottie-web - Change the speed of the animation
 - Playing animation forwards and backwards
 - Playing remote files
 - Determining dimensions and duration of a Lottie animation
 
Unsupported features
- Rendering on other renderers as 
svg setSubFrame(),setLocationHref()
note
Open an issue if you want to request a currently unsupported feature.