react-wodry

1.0.6 • Public • Published

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>

Package Sidebar

Install

npm i react-wodry

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

15.8 kB

Total Files

7

Last publish

Collaborators

  • neuronas