Home > Article > Web Front-end > How to use CSS3 for 3D transformations
The following are the methods used to call the 3D transform:
Value | Description |
---|---|
is used to transform elements by using the 16 values of the matrix | |
Used to transform elements using the x, y and z axes | |
Used to transform elements through the x-axis | |
For translating elements using y -axis | |
For transforming elements using the y-axis | |
For scaling transformation elements through the x-axis | tr>##scaleY(y) |
For scaling transformation elements using y Axis |
|
is used to transform the element using the z-axis |
|
Used to transform elements using x-axis rotation |
|
Used to rotate elements using the y-axis transformation |
##rotateZ(angle) |
For transforming elements using z-axis rotation |
The above is the detailed content of How to use CSS3 for 3D transformations. For more information, please follow other related articles on the PHP Chinese website!