css.properties

offset-distance

The offset-distance property specifies the distance along an offset path.

Formal Syntax

<length-percentage>

See specification

JavaScript Access

// Access via element.style
element.style.offsetDistance = '0';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
offset-distance55721679

Related Properties