css.properties

offset-rotate

The offset-rotate property specifies the rotation of an element along an offset path.

Formal Syntax

[ auto | reverse ] || <angle>

See specification

JavaScript Access

// Access via element.style
element.style.offsetRotate = 'auto';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
offset-rotate56721679
auto46721679
reverse46721679

Related Properties