/lottie-demo

A simple project demonstrating how Lottie animations can be displayed on a page.

Primary LanguageJavaScript

Lottie Animation Demo

This simple project demonstrates how smooth svg animations can be incorporated into any webpage using Airbnb's Lottie library.

Run it

To launch the demo locally, clone the repo and from the project directory run the following commands:

npm i
npm run serve

And then point a browser to localhost:8080.

Change it

To experiment with different animation files or scripts, develop using the following:

npm run develop