Defines a 2D scale transformation.
ExamplesThe following code snippet is an example of the scale function in use as applied to a square blue div element.
div {
transform: scale(1.65, 0.6);
}
Notes Remarks
If the second parameter is not provided, it is takes a value equal to the first. The function scale(1, 1) leaves the element unchanged, while scale(2, 2) causes it to appear twice as long in both the x- and y-axes, or four times its original size.
Syntaxscale ( <scaling-value-x> [ , <scaling-value-y> ])
Transform Functions
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