Détail du package

react-wrap-animate-z

delpikye-v103MIT1.1.0

React wrapper animate (lib)

react, components, animate, react-animate

readme

react-wrap-animate-z

react-wrap-animate-z

LIVE EXAMPLE

Installation

Install via npm:

npm i react-wrap-animate-z

Usage

To use react-wrap-animate-z in your react project, wrap the content with a Animate component and customize the animation with relevant properties.

import { FadeInAnimate } from 'react-wrap-animate-z'

const Animate = () => {
  return (
    <FadeInAnimate>
        Animate
    </FadeInAnimate>
  )
}

Available properties

see: react-animate-z

Available wrapper

"blur"
"bounce"
"effect3D"
"flash"
"float"
"glowing"
"jelly"
"pulse"
"shadow"
"spin"
"swing"
"fadeIn"
"fadeInFromLeft"
"fadeInFromRight"
"fadeInFromTop"
"fadeInFromBottom"
"fadeOut"
"fadeOutToLeft"
"fadeOutToRight"
"fadeOutToTop"
"fadeOutToBottom"
"flip"
"flipIn"
"flipOut"
"flipSlowDown"
"flipFromTop"
"flipToTop"
"flipFromBottom"
"flipToBottom"
"flipFromLeftToCenter"
"fold"
"unfold"
"hangOnLeft"
"hangOnRight"
"rotateSlowDown"
"rotateCW"
"rotateACW"
"shakeMix"
"shakeHorizontal"
"shakeVertical"
"squeezeMix"
"squeezeHorizontal"
"squeezeVertical"
"slideInFromLeft"
"slideInFromRight"
"slideOutToLeft"
"slideOutToRight"
"slideInFromTop"
"slideInFromBottom"
"slideOutToTop"
"slideOutToBottom"
"zoomIn"
"zoomOut"
"popIn"
"popOut"
// apply more
"rubberBand"
"jello"
"wobble"
"rollIn"
"jackInTheBox"

License

MIT