This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

Attributions