2.0.0 • Published 2 years ago

react-fade-container v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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-container

Or, you can use Yarn

yarn add react-fade-container

List of props

NameDescription
visible:booleanShow and hide the component
timer?:number (default = 300ms)The timer of the animation

License

MIT