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.

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

Attributions