rotate(θ)对应matrix(cosθ,sinθ,-sinθ,cosθ,0,0) 旋转
skew(θx,θy)对应matrix(1,tan(θy),tan(θx),1,0,0) 倾斜
查看更多关于css3中matrix函数的使用的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did115187
rotate(θ)对应matrix(cosθ,sinθ,-sinθ,cosθ,0,0) 旋转
skew(θx,θy)对应matrix(1,tan(θy),tan(θx),1,0,0) 倾斜
查看更多关于css3中matrix函数的使用的详细内容...