diff --git a/dist/index.html b/dist/index.html deleted file mode 100644 index 8547716..0000000 --- a/dist/index.html +++ /dev/null @@ -1,140 +0,0 @@ - - -
- -jQuery Hover3d is a simple hover script for creating 3d hover effect. It was my experiment on exploring CSS3 3d transform back in 2015 on Codepen 3D hover plane effect.
- -The idea is transforming the element into 3d space using CSS3 transform, playing with translateZ for spacing the elements, and detecting mouse movement to change the transform value
- - -Simple hover effect for your project
-By enabling shine option, you can create appleTV icon like effect. Be creating multiple layer for creating depth effect
- --$(".movie").hover3d({ - selector: ".movie__card", - shine: true, - sensitivity: 20, -});-
The idea is transforming the element into 3d space using CSS3 transform, playing with translateZ for spacing the elements, and detecting mouse movement to change the transform value
-Simple hover effect for your project
-Simple hover effect for your project
+ -Creating AppleTV like icon
-By enabling shine option, you can create appleTV icon like effect. Be creating multiple layer for creating depth effect
++$(".movie").hover3d({ + selector: ".movie__card", + shine: true, + sensitivity: 20, +});+