offset-rotate
The offset-rotate property specifies the rotation of an element along an offset path.
Formal Syntax
[ auto | reverse ] || <angle>
JavaScript Access
// Access via element.style
element.style.offsetRotate = 'auto';
Browser Support
| Feature | Chrome | Firefox | Safari | Edge |
|---|---|---|---|---|
| offset-rotate | 56 | 72 | 16 | 79 |
| auto | 46 | 72 | 16 | 79 |
| reverse | 46 | 72 | 16 | 79 |
Related Properties
- backface-visibility
- bottom
- inset
- inset-block
- inset-block-end
- inset-block-start
- inset-inline
- inset-inline-end
- inset-inline-start
- left
- offset
- offset-anchor
- offset-distance
- offset-path
- offset-position
- perspective
- perspective-origin
- position
- right
- rotate
- scale
- top
- transform
- transform-box
- transform-origin
- transform-style
- translate
- zoom
- overlay ๐งช