1.0.4 • Published 7 years ago

animated-lifecycle v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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.

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago