Transforms
This section describes Cascading Style Sheets (CSS) features related to transforms.
In this section
| Property | Description |
|---|---|
|
Gets or sets a value that specifies whether the back face (reverse side) of an object is visible. | |
|
Gets or sets a value that represents the perspective from which all child elements of the object are viewed. | |
|
Gets or sets one or two values that represent the origin (the vanishing point for the 3-D space) of an object with an perspective property declaration. | |
|
Gets or sets a list of one or more transform functions that specify how to translate, rotate, or scale an element in 2-D or 3-D space. | |
|
Gets or sets one or two values that establish the origin of transformation for an element. | |
|
Gets or sets a value that specifies how child elements of the object are rendered in 3-D space. | |
|
An individual transform property that specifies 1-3 axis translation values, in the order X, Y, and Z. | |
|
An individual transform property that specifies 1-3 scale values along one axis in the order X, Y, and Z. | |
|
An individual transform property that specifies an angle to rotate an element and optionally an axis to rotate it around. | |
|
Represents a 4×4 homogeneous matrix that enables Document Object Model (DOM) scripting access to CSS 2-D and 3-D Transforms functionality. | |
|
This section contains reference documentation for the CSS transform functions that are supported in Windows Internet Explorer. |