react-scroll-animate
v0.0.8
Published
I need a library to make a website with a lot of scrolling effects. so I made this for performance.
Downloads
5
Maintainers
Readme
React-Scroll-Animate
I need a library to make a website with a lot of scrolling effects. so I made this for performance.
install
yarn add react-scroll-animate
usage
// index.js
import { init } from 'react-scroll-animate'
init()
// Component.js
import animate from 'react-scroll-animate'
class Component { ... }
export default animate('fadeInRight')(Component)