transformBox
The transform-box
CSS property defines the layout box to which the transform
, individual transform properties translate
,scale
, and rotate
, and transform-origin
properties relate.
Syntax: content-box | border-box | fill-box | stroke-box | view-box
Initial value: view-box
| Chrome | Firefox | Safari | Edge | IE |
| :----: | :-----: | :----: | :--: | :-: |
| 64 | 55 | 11 | n/a | No |
Content copied to clipboard