scaleY()
This page has been flagged with the following issues:
High-level issues:
Examples
The following code snippet is an example of the scaleY function in use. When applied to a square blue div element, it has the effect illustrated in the image. (The light-blue square indicates the original position of the transformed 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.
Standards information
- CSS Transforms Module, Level 3, Section 13.1
Requirements
{
See also
Related articles
Transforms
- css/functions/scaleY()
Related pages (MSDN)
Transform FunctionsMathematical Description of Transform FunctionsHands On: 2D Transforms
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here