0.1.1 • Published 5 years ago

react-fade-ts-test v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.11

5 years ago

0.0.12

5 years ago

0.1.1

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago