react-parade





Installation
``
shell
yarn add react-parade
`
Usage
`
js
import React from 'react'
import Parade from 'react-parade'
const d = 'c 50,0 50,100 100,100 50,0 50,-100 100,-100'
export default () =>
`
Props
#### d: string
required as The path information for line animation.
#### pace: number = 1
animation's pace.
#### pause: boolean
To stop animation.
Supported Node
They will be extracted as raw-dom from props.children`.
* circle
* ellipse
* rect
* image
License
MIT (http://opensource.org/licenses/MIT)