CSS offset-rotate Property Reference

The CSS offset-rotate property is a standard property in Motion Path. Review its formal syntax, computed behavior, and practical declarations.

CSS offset-rotate Property Reference

The CSS offset-rotate property is a standard property in Motion Path. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

offset-rotate overview

The CSS offset-rotate property is a standard property in Motion Path. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

offset-rotate formal syntax
FieldValue
Formal syntax[ auto | reverse ] || <angle>
Initial valueauto
Applies totransformableElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typeangleOrBasicShapeOrPath
Mediavisual
Specification groupMotion Path
StatusStandard

Practical examples

These declarations demonstrate valid ways to set offset-rotate. The initial and inherit global keywords remain available even when a property-specific value is preferable.

offset-rotate live example
CSS .reset-example { offset-rotate: initial; } .inherit-example { offset-rotate: inherit; } @supports (offset-rotate: initial) { .supported { offset-rotate: initial; } }

Description

The CSS offset-rotate property is a standard property in Motion Path. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: offset-rotate
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies