1.0.6 • Published 7 years ago

sweetanimate v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

React Animate

React component to animate elements on scroll with animate.css.

Install:

npm install sweetanimate --save

Use:

import SweetAnimate from 'sweetanimate'
<SweetAnimate
	component="span"
    enter={enter}
    leave={leave}
    durationEnter={500}
    durationLeave={500}
>
    ...
</SweetAnimate>
1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago