Description:
A React Component that fades out its old child, then fades in its new child when its children change. It can also optionally animate its height from one child’s height to the other.
Installation:
# Yarn $ yarn add react-fader # NPM $ npm install react-fader --save
