hover-hand
v1.0.0
Published
Hover 3D effect
Readme
hover-hand
hover effect like Open IA articles (rotation 3D)
install
npm install --save hover-handexample
use
new Hover ('.class') // <- class
// or
new Hover (
document.querySelectorAll('.class') // <- node elements
)