2.0.0 • Published 4 years ago
react-fade-container v2.0.0
React Fade Container
A React component in which its children are animated with an opacity transition. When the components opacity is set to 0, that component will have its 'display' property set to 'none'
Installation
npm install react-fade-containerOr, you can use Yarn
yarn add react-fade-containerList of props
| Name | Description |
|---|---|
| visible:boolean | Show and hide the component |
| timer?:number (default = 300ms) | The timer of the animation |