node-react-transition-group

ReactJS component to expose simple components
  https://github.com/reactjs/react-transition-group#readme
  0
  no reviews



Node-react-transition-group provides a set of components for managing component states (including mounting and unmounting) over time, specifically designed with animation in mind.

node-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.