1.0.6 • Published 8 years ago
sweetanimate v1.0.6
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>