css.properties

mask-border-repeat

The mask-border-repeat property specifies whether a mask border repeats.

Formal Syntax

[ stretch | repeat | round | space ]{1,2}

See specification

JavaScript Access

// Access via element.style
element.style.maskBorderRepeat = 'stretch';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
mask-border-repeat1โ€”17.279

Related Properties