CSS3 3D变换
1. transform-style(preserve-3d)
建立3D空间
2. perspective
景深
3. perspective-origin
景深基点
4. backface-visibility
隐藏背面
5. transform新增函数
rotateX()
rotateY()
rotateZ()
translateZ()
scaleZ()
本文来自博客园,作者:叶子玉,转载请注明原文链接:https://www.cnblogs.com/knuzy/p/10184704.html