Lottie
A base component that renders an animated lottie file.
Lottie is an open source animation file format that’s tiny, high quality, interactive, and can be manipulated at runtime.
Dependencies
Usage
lottieData:
src: "https://assets9.lottiefiles.com/datafiles/MUp3wlMDGtoK5FK/data.json"
control:
autoplay: true
loop: true
- src - The lottie file URL
- control.autoplay - Starts the animation upon load when TRUE
- control.loop - Loops the animation when TRUE