HTML and CSS Reference
In-Depth Information
Name
transform
Values:
none | <transform-function> [ <transform-function> ]*
Expansions:
<transform-function>
See description.
Initial value:
none
Applies to:
Block- and inline-level elements
Inherited:
No
Computed value:
Same as declared value
Description:
Defines one or more transforms of an element. These transforms can occur in a 2D or a simu-
lated 3D space, depending on how the transforms are declared.
The permitted values for <transform-function> are lengthy and complex. For a full list with
minimalist descriptions, please consult http://w3.org/TR/css3-3d-transforms/#transform-func-
tions .
Examples:
table th {transform: rotate(45deg);}
li {transform: scale3d(1.2,1.7,0.85);}
Search WWH ::




Custom Search