animated-lifecycle

1.0.4 • Public • Published

Animated Lifecycle

David Gitter

View Live Demo →

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

timber logo

Author List →

License

Animated Lifecycle is under the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i animated-lifecycle

Weekly Downloads

2

Version

1.0.4

License

MIT

Last publish

Collaborators

  • garetmckinley