gpt4 book ai didi

css - 用 css 2d 矩阵移动东西

转载 作者:行者123 更新时间:2023-11-28 17:06:46 25 4
gpt4 key购买 nike

虽然 W3Schools 提供了很多关于 CSS3 的信息,但我没有找到太多关于 2D 变换矩阵中什么位置的信息。

请提供有关六个参数中每个参数的作用的信息。

div {
transform: matrix(1, -0.3, 0, 1, 0, 0);
}

最佳答案

请引用下图:

transform:  matrix(a, c, b, d, tx, ty)

a: x scale
c: x skew
b: y skrew
d: y scale
tx: x transition (position)
ty: y transition (position)

以下链接中的非常有趣的文档:

https://dev.opera.com/articles/understanding-the-css-transforms-matrix/

http://www.senocular.com/flash/tutorials/transformmatrix/

enter image description here

关于css - 用 css 2d 矩阵移动东西,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30183010/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com