1.0.6 • Published 3 years ago

react-wodry v1.0.6

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

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>
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago