0.0.8 • Published 6 years ago

react-scroll-animate v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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)
0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

1.0.0

6 years ago