Defines a 3D scale transformation by giving a value for the Z-axis.
ExamplesThe following code snippet is an example of the scaleZ function in use as applied to a square blue div element along with the perspective function (which simulates depth) and the rotateX function.
div {
transform: perspective(500px) scaleZ(2) rotateX(45deg);
}
Notes Remarks
The effect of the scaleZ function is most evident when used in combination with functions such as the perspective and rotate (and related) functions.
SyntaxscaleZ ( <scaling-value-z> )
Transform Functions
Direct3D: Matrices
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4