Skip to content

e1016/hover-hand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hover-hand

!!!!!!!!!!!

this is now a component from this other project

soon it will be deprecated

!!!!!!!!!!!

hover effect like Open IA articles (rotation 3D)

install

npm install --save hover-hand

example

use

new Hover ('.class') // <- class

// or

new Hover (
  document.querySelectorAll('.class') // <- node elements
)