Wednesday, 11 September 2013

CSS3 3D Transformations: backface-visibility


This entry is part 5 of 5 in the series CSS3 TransformationsIn my previous article we transformed various elements in three-dimensional space, e.g. rotating around the y-axis:

transform: rotateY(180deg);

The element is effectively reversed and the child elements show through:

Sometimes...


This entry is part 5 of 5 in the series CSS3 Transformations
In my previous article we transformed various elements in three-dimensional space, e.g. rotating around the y-axis:

transform: rotateY(180deg);

The element is effectively reversed and the child elements show through:

Sometimes...


CLICK HERE FOR FULL NEWSCSS3 3D Transformations: backface-visibility

No comments:

Post a Comment

//