sweetanimate
v1.0.6
Published
React animate component
Readme
React Animate
React component to animate elements on scroll with animate.css.
Install:
npm install sweetanimate --saveUse:
import SweetAnimate from 'sweetanimate'
<SweetAnimate
component="span"
enter={enter}
leave={leave}
durationEnter={500}
durationLeave={500}
>
...
</SweetAnimate>