项目作者: e1016

项目描述 :
Hover 3D effect
高级语言: JavaScript
项目地址: git://github.com/e1016/hover-hand.git
创建时间: 2018-04-04T04:08:20Z
项目社区:https://github.com/e1016/hover-hand

开源协议:

下载


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

  1. npm install --save hover-hand

example



use

  1. new Hover ('.class') // <- class
  2. // or
  3. new Hover (
  4. document.querySelectorAll('.class') // <- node elements
  5. )