React Transitions - kitiya/react-29 GitHub Wiki
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.
Installation
npm install react-transition-group --save