matrix-3d-hover
v1.0.2
Published
Beautiful fluid card transformation on hover.
Downloads
2
Readme
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.