scaleY()
Summary
Defines a 3D scale transformation by giving a value for the Y-axis.
Examples
The following code snippet is an example of the scaleY function in use as applied to a square blue div element.
div {
transform: scaleY(0.7);
}
Syntax
scaleY ( <scaling-value> )
Parameters
- scaling-value
- Numerical value by which to scale the specified element in the y-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]