0.0.9 • Published 6 years ago

react-fade-ts-test v0.0.9

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

Installation

npm install react-fade-ts

or

yarn add react-fade-ts

Usage

import { FadeIn } from 'react-fade-ts';

<FadeIn >
  <div>Element 1</div>
  <div>Element 2</div>
</FadeIn>

Props

  • delay: Default: 300. Delay between animation.
  • transitionDuration: Default: 800. Duration of each child's animation in milliseconds.
  • className: Adds a className prop to the container div.
  • childClassName: Adds a className prop to each child div, allowing you to style the direct children of the FadeIn component.

****inspired by

0.0.10

6 years ago

0.0.11

6 years ago

0.0.12

6 years ago

0.1.1

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.5

6 years ago

0.0.6

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago