Skip to content

React Transitions

kitiya edited this page Mar 19, 2020 · 3 revisions

6 Best ReactJS based UI Frameworks

Overview

React Transition Group is not an animation library like React-Motion, it does not animate styles by itself. Instead it exposes transition stages, manages classes and group elements and manipulates the DOM in useful ways, making the implementation of actual visual transitions much easier.

Github Repo

Installation

npm install react-transition-group --save

Other Resources

Clone this wiki locally