🏠 New in High Baseline Support: 2D transforms
March 30, 2018
The transform
CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.
Source features
css.types.transform-function
[mdn]css.types.transform-function.matrix
[mdn]css.types.transform-function.rotate
[mdn]css.types.transform-function.scale
[mdn]css.types.transform-function.scaleX
[mdn]css.types.transform-function.scaleY
[mdn]css.types.transform-function.skew
[mdn]css.types.transform-function.skewX
[mdn]css.types.transform-function.skewY
[mdn]css.types.transform-function.translate
[mdn]css.types.transform-function.translateX
[mdn]css.types.transform-function.translateY
[mdn]css.properties.transform
[mdn]css.properties.transform-origin
[mdn]