04 July 2014
05 June 2014
CSS 3D Folding Animation
Demo : Mouseover the blocks below to see the folding animation!
use :
transition-property: height;
transition-duration: 1s;
perspective: 1000px;
transform-style: preserve-3d;
transition-duration: 1s;
transform: rotateX(-90deg);
transform-origin: top;
1
(2 marks)