Questions tagged [lottie]

Questions regarding Airbnb's Lottie, a library for rendering After Effects animations in real-time. Use this tag for questions regarding implementations using the Android, iOS, or React-based branches of Lottie.

Lottie allows adding animation to any native app.

Lottie is an iOS, Android, and React Native library that renders After Effects animations in real time, allowing apps to use animations as easily as they use static images.

Site: https://airbnb.design/lottie/

836 questions
0
votes
1 answer

react-lottie, unable to pass props for animationData

i'm new to using react-lottie and I'm trying to build a class component to allow me to pass in a path to a .json file and a href link. I'm about to pass the link through props, but I'm having difficulty passing the the path and getting the following…
0
votes
1 answer

Lottie Animation not loading with ejs, but loads with standard html

I am using the following code to embed a lottie file in a project, it gets added to the DOM but I cant see it. I am using ejs, but when I switch to standard html, I can see the lottie animation.