transform

abstract var transform: Transform?(source)

The transform CSS property lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the CSS visual formatting model.

Syntax: none | <transform-list>

Initial value: none

| Chrome  | Firefox |  Safari   |  Edge  |   IE    |
| :-----: | :-----: | :-------: | :----: | :-----: |
|   36    |   16    |     9     |   12   |   10    |
|    1′   |         |    3.1′   |        |    9′   |

See also