Synopsis and Installation

Describes what the Lottie-Interactivity library does.

The Lottie-Interactivity library helps you build Lottie animations with which users can interact. Use the Lottie web player to play these animations.

Installation

Ensure that you have either yarn or npm installed before installing the Lottie-Interactivity library.

Use one of the following commands to install the Lottie-Interactivity library.

yarn add @lottiefiles/lottie-interactivity (or)
npm install --save @lottiefiles/lottie-interactivity

Alternatively, you can use the Lottie-Interactivity library directly from a Content Delivery Network (CDN). For example, to operate from unpkg.com:

<script src="https://unpkg.com/@lottiefiles/lottie-interactivity@latest/dist/lottie-interactivity.min.js"></script

Last updated