透視:perspective:none|<length>
perspective:none;
perspective:2000px; 人眼離物體的距離
perspective:500px;
perspective-origin 透視角度
perspective-origin:50% 50%; 在物體正中間透視
perspective-origin:left bottom 左下角
perspective-origin:50% -800px; 正中間向上便宜了800px;
perspective-origin:right; 右邊的中間位置
translate3d()
scale3d()
rotate3d()
transform-style
backface-visibility
本節所講語法和案例在低版本瀏覽器(如IE6、IE7、IE8等)中不支持。