sweetanimate

1.0.6 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i sweetanimate

Weekly Downloads

1

Version

1.0.6

License

ISC

Last publish

Collaborators

  • liuxionghui