transform: translateZ(-100px) rotateY(45deg);
transform: translateZ(50px) rotateX(20deg);

Transform Style

This is a copy of the original webkit demo, using the qooxdoo API and with that, works cross browser if the CSS features are supported.
It shows the effect of the transform style property. The default setting is preserve-3d while on hover, the style will be changed to flat.