scale

abstract var scale: Scale?(source)

The scale CSS property allows you to specify scale transforms individually and independently of the transform property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform value.

Syntax: none | <number>{1,3}

Initial value: none

| Chrome  | Firefox |  Safari  | Edge | IE  |
| :-----: | :-----: | :------: | :--: | :-: |
|   104   |   72    |   14.1   | n/a  | No  |

See also