1.0.2 • Published 3 years ago

matrix-3d-hover v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm version

Bundle size

matrix effect on hovering the element.

Light weight Javascript based library to enhance the user experience.

Beautiful fluid card transformation on hover.

Installation

npm i matrix-3d-hover --save

Usage

Include the minified Javascript file before closing the <body> tag

<html lang="en">
<head>
  ...Your code...
</head>
<body>
    <div class="matrix">....</div>
    ...any code 
    ...any code
    
    <script src="matrix.min.js"></script>
</body>
</html>

Use the classname matrix to get the beautiful matrix transfromation effect oh hover of the element.

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago