Skip to content

victor-pg/react-flipbox-animation

Repository files navigation

Flipbox

react-flipbox-animation let you use Flipbox animation in React

Example:

Working Flipbox example

Example of code:

<Flipbox
  trigger="mouseenter"
  duration={1}
  type="rotate-left"
  thirdDimensional={{
    enabled: true,
  }}
>
  <FlipboxFront>
    <h1>Flipbox Front</h1>
  </FlipboxFront>
  <FlipboxBack>
    <h1>Flipbox Back</h1>
  </FlipboxBack>
</Flipbox>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors