Does anyone have the CSS code that would generate this flip in/ flip out animation as seen in this short screencast:
https://www.dropbox.com/s/18jr4dtdzi8mep6/css-hover.mp4?dl=0
Thanks in advance.
-Gerd
Does anyone have the CSS code that would generate this flip in/ flip out animation as seen in this short screencast:
https://www.dropbox.com/s/18jr4dtdzi8mep6/css-hover.mp4?dl=0
Thanks in advance.
-Gerd
http://www.w3schools.com/cssref/css3_pr_perspective.asp
Try looking into perspective property in css.this will do the thing whcih you want to do.
for more details, you will have to read on how does perspective works, and also about transform origin.