animated-lifecycle
v1.0.4
Published
[](https://github.com/JSBros/animated-lifecycle/issues) [](https://gitter.
Readme
Animated Lifecycle
Add to Project
$ yarn add animated-lifecycleUse
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.

