-
Notifications
You must be signed in to change notification settings - Fork 0
React Transitions
kitiya edited this page Feb 9, 2020
·
3 revisions
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.
npm install react-transition-group --save