Articles tagged: CSS Transforms
Found 31 documents
- Web/API/Point Point is an interface, which existed only briefly in the CSS Transforms Level 1 specification, ...
- Web/CSS/CSS_Transforms CSS Transforms is a module of CSS that defines how elements styled with CSS can be transformed ...
- Web/CSS/CSS_Transforms/Using_CSS_transforms By modifying the coordinate space, CSS transforms change the shape and position of the affected ...
- Web/CSS/perspective The perspective CSS property determines the distance between the z=0 plane and the user in order ...
- Web/CSS/perspective-origin The perspective-origin CSS property determines the position at which the viewer is looking. It ...
- Web/CSS/transform-box The transform-box property defines the layout box, to which the transform and transform-origin ...
- Web/CSS/transform-function The transform-function CSS data type represents a transformation that affects an element's ...
- Web/CSS/transform-function/matrix The matrix() CSS function defines a homogeneous 2D transformation matrix. Its result is a ...
- Web/CSS/transform-function/matrix3d The matrix3d() CSS function defines a 3D transformation as a 4x4 homogeneous matrix. Its result ...
- Web/CSS/transform-function/perspective The perspective() CSS function defines a transformation that sets the distance between the user ...
- Web/CSS/transform-function/rotate The rotate() CSS function defines a transformation that rotates an element around a fixed point ...
- Web/CSS/transform-function/rotate3d The rotate3d() CSS function defines a transformation that rotates an element around a fixed axis ...
- Web/CSS/transform-function/rotateX The rotateX() CSS function defines a transformation that rotates an element around the abscissa ...
- Web/CSS/transform-function/rotateY The rotateY() CSS function defines a transformation that rotates an element around the ordinate ...
- Web/CSS/transform-function/rotateZ The rotateZ() CSS function defines a transformation that rotates an element around the z-axis ...
- Web/CSS/transform-function/scale The scale() CSS function defines a transformation that resizes an element on the 2D plane. ...
- Web/CSS/transform-function/scale3d The scale3d() CSS function defines a transformation that resizes an element in 3D space. Because ...
- Web/CSS/transform-function/scaleX The scaleX() CSS function defines a transformation that resizes an element along the x-axis ...
- Web/CSS/transform-function/scaleY The scaleY() CSS function defines a transformation that resizes an element along the y-axis ...
- Web/CSS/transform-function/scaleZ The scaleZ() CSS function defines a transformation that resizes an element along the z-axis. Its ...
- Web/CSS/transform-function/skew The skew() CSS function defines a transformation that skews an element on the 2D plane. Its ...
- Web/CSS/transform-function/skewX The skewX() CSS function defines a transformation that skews an element in the horizontal ...
- Web/CSS/transform-function/skewY The skewY() CSS function defines a transformation that skews an element in the vertical ...
- Web/CSS/transform-function/translate The translate() CSS function repositions an element in the horizontal and/or vertical ...
- Web/CSS/transform-function/translate3d The translate3d() CSS function repositions an element in 3D space. Its result is a ...
- Web/CSS/transform-function/translateX The translateX() CSS function repositions an element horizontally on the 2D plane. Its result is ...
- Web/CSS/transform-function/translateY The translateY() CSS function repositions an element vertically on the 2D plane. Its result is a ...
- Web/CSS/transform-function/translateZ The translateZ() CSS function repositions an element along the z-axis in 3D space, i.e., closer ...
- Web/CSS/transform-origin The transform-origin property lets you modify the origin for transformations of an element. For ...
- Web/CSS/transform-style The transform-style CSS property determines if the children of the element are positioned in the ...
- Web/CSS/translation-value The translation-value CSS data type is used in the arguments for certain transform functions, ...