July 2014
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;
August 2013
CSS - 6 Cool Image Captions with CSS3
(via)nous allons vous montrer comment créer les légendes des images avec diverses transitions simplement en utilisant CSS3.
Simple transition effect with only CSS3.How to create image captions with various transitions simply using CSS3, dependent on transform and transition properties.
1
(3 marks)