react-wodry
v1.0.6
Published
a plugin for a text flipping/rotating build in react function component
Downloads
14
Readme
react-wodry
Plugin for a text flipping/rotating build in react function component
about
Based (replicate) on the jquery wodry plugin to make easy the same implementation in react templates
~~** refer to the original plugin demo page to know animation and params suported ** http://daynin.github.io/wodry/#examples~~
it seems that the original repo is no longer available, refer to the bower repo for same informaton or here
install
npm i react-wodry
use
import ReactWodry from 'react-wodry'
<div className="myContainer">
We Can Help You
{` `}
<ReactWodry
content={["Create", "Design", "Profit"]}
animation={'rotateX'}
delay={2000}
animationDuration={500}
/>
</div>