Skip to main content
Version: 3.x

Getting Started

In this official documentation of React UI Animate, you'll learn the basic concepts of animations in React/Next.js using this library. This guide provides all the necessary background to help you build quality animations in your projects and prepares you for exploring the more advanced features of React UI Animate. It covers the essential concepts and API references.

Pre-requisites

A basic understanding of JavaScript and React is recommended. If you're new to these technologies, we suggest gaining some foundational knowledge before diving into this documentation.

Requirements

  • react >= ^16.8.0

Installation

To install React UI Animate, run the following command in your project directory:

npm install react-ui-animate

or

yarn add react-ui-animate

Once installed, you can start implementing gestures and animations in your project.

What's Next ?

In the next section, we will look at Your First Animation.