React WOW
Using CSS animation in your react components.
依赖
安装
$ npm install --save react-wow
示例
import React from 'react'
import ReactDOM from 'react-dom'
import ReactWOW from 'react-wow'
const App = () =>
ReactDOM.render(, document.getElementById('app'))
使用方法
$ git clone https://github.com/skyvow/rea
1