transform()

【transform()】http://www.cnblogs.com/xiaohuochai/p/5350254.html
https://www.cnblogs.com/xiaohuochai/p/5351477.html
2D:
位移:translate() translateX() translateY()
旋转:rotate()
倾斜:skew() skewX() skewY()
缩放:scale() scaleX() scaleY()
3D:
位移:translate3d(x,y,z) translateZ()
缩放:scale3d(x,y,z) scaleZ(z)
旋转:rotateX() rotateY() rotateZ() rotate3d()

    推荐阅读