CSS offset Property Reference

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

CSS offset Property Reference

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

Updated 2026-08-12

offset overview

The CSS offset 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 formal syntax
FieldValue
Formal syntax[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?
Initial valueoffset-position, offset-path, offset-distance, offset-anchor, offset-rotate
Applies totransformableElements
InheritedNo
Percentagesoffset-position, offset-distance, offset-anchor
Computed valueoffset-position, offset-path, offset-distance, offset-anchor, offset-rotate
Animation typeoffset-position, offset-path, offset-distance, offset-anchor, offset-rotate
Mediavisual
Specification groupMotion Path
StatusStandard

Practical examples

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

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

Description

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

References

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

Similar or alternative tools

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