Skip to content

andreystarkov/react-tilt-hover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Tilt Hover Effect

Original: https://tympanus.net/codrops/2016/11/23/tilt-hover-effects/

React Tilt Hover Effect

Usage:

Import:

  import TiltHoverItem from './TiltHoverItem'

Component:

  <TiltHoverItem
    src="https://tympanus.net/Development/TiltHoverEffects/img/1.jpg"
    title="Heyeheye"
    description="Hasdasd Uheuehe"
    data={data}
    onClick={this.handleClick.bind(this)}
    filter="5"
  />

See working demo at src/TiltHovers

TODO:

wrap it to npm package

Releases

No releases published

Packages

No packages published