Expand description
Utilities for specifying the origin for an element’s transformations.
| Class | Properties |
|---|---|
| origin-top | transform-origin: top; |
| origin-top-right | transform-origin: top right; |
| origin-right | transform-origin: right; |
| origin-bottom-right | transform-origin: bottom right; |
| origin-bottom | transform-origin: bottom; |
| origin-bottom-left | transform-origin: bottom left; |
| origin-left | transform-origin: left; |
| origin-top-left | transform-origin: top left;-duration: <integer>ms; |
§Arbitrary values
Any <position> property is allowed as arbitrary value.
For example, origin-[bottom_right_2cm].