3d变形

作者: cooore | 来源:发表于2016-07-04 16:09 被阅读0次

    透视: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等)中不支持。

    相关文章

      网友评论

          本文标题:3d变形

          本文链接:https://www.haomeiwen.com/subject/xsdfjttx.html