animated-lifecycle
v1.0.4
Published
[![David](https://img.shields.io/david/jsbros/animated-lifecycle.svg?style=flat-square)](https://github.com/JSBros/animated-lifecycle/issues) [![Gitter](https://img.shields.io/gitter/room/timberio/animated-lifecycle.svg?style=flat-square)](https://gitter.
Downloads
9
Readme
Animated Lifecycle
Add to Project
$ yarn add animated-lifecycle
Use
import Lifecycle from 'animated-lifecycle';
const App = () => {
return(
<div>
<p>This paragraph will always stay in view</p>
<Lifecycle><p>This paragraph will fade in and back out</p></Lifecycle>
</div>
);
}
Built By
License
Animated Lifecycle is under the MIT License.