1 transform 如果用3d 形式,书写顺序对结果有影响吗?
eg,先translate3d(-50,-50%,200px) scale(2) 与 scale(2) translate3d(-50,-50%,200px)
有。
注意: 如果先sclae3d(10,10,10) ,然后在translateZ(100px),其实在z轴上移动了100px * 10 = 1000px; 结论: scale3d 会放大数据
参考: http://www.hitthebits.com/2012/06/css3-3d-transforms-function-order.html
css3 布局
最新推荐文章于 2024-05-14 18:25:49 发布