0.0.8 • Published 7 years ago

react-scroll-animate v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

1.0.0

7 years ago