scaleX()
Summary
Defines a 3D scale transformation by giving a value for the X-axis.
Examples
The following code snippet is an example of the scaleX function in use as applied to a square blue div element.
div {
transform: scaleX(0.65);
}
Syntax
scaleX ( <scaling-value> )
Parameters
- scaling-value
- Numerical value by which to scale the specified element in the x-direction.
Related specifications
- CSS Transforms Module Level 3
- Working Draft
See also
Related pages
Transform Functions
- Mathematical Description of Transform FunctionsMathematical Description of Transform Functions
- Hands On: 2D TransformsHands On: 2D Transforms
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]