1.0.6 • Published 8 years ago

sweetanimate v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
8 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

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago