Results 21 - 29 of 29

matrix()

The matrix() CSS function specifies a homogeneous 2D transformation matrix comprised of the specified six values. The constant values of such matrices are implied and not passed as parameters; the other parameters are described in the column-major order.
CSS CSS Transforms NeedCompatTable NeedsExample Reference

matrix3d()

The matrix3d() CSS function describes a 3D transform as a 4x4 homogeneous matrix. The 16 parameters are described in the column-major order.
CSS CSS Transforms NeedsCompatTable NeedsExample Reference

perspective()

The perspective() CSS function defines the distance between the z=0 plane and the user in order to give to the 3D-positioned element some perspective. Each 3D element with z>0 becomes larger; each 3D-element with z<0 becomes smaller. The strength of the effect is determined by the value of this property.
CSS CSS Transforms NeedsCompatTable NeedsExample Reference

rotateX()

The rotateX()CSS function defines a transformation that moves the element around the abscissa without deforming it. The amount of movement is defined by the specified angle; if positive, the movement will be clockwise, if negative, it will be counter-clockwise.
CSS CSS Transforms NeedsCompatTable NeedsExample Reference

transform

The CSS transform property lets you modify the coordinate space of the CSS visual formatting model. Using it, elements can be translated, rotated, scaled, and skewed.
CSS CSS Property Experimental NeedsBrowserCompatibility Property Reference Transforms

transform-box

The transform-box property defines the layout box, to which the transform and transform-origin properties relate to.
CSS CSS Property CSS Transforms Experimental NeedsBrowserCompatibility NeedsExample Reference

transform-style

The transform-style CSS property determines if the children of the element are positioned in the 3D-space or are flattened in the plane of the element.
CSS CSS Property CSS Transforms CSS3 Experimental Reference

<transform-function>

The <transform-function> CSS data type denotes a function applied to an element's representation in order to modify it. Usually such transform may be expressed by matrices and the resulting images can be determined using matrix multiplication on each point.
CSS CSS Data Type CSS Reference CSS Transforms Layout Reference Web