css.properties

mask-repeat

The mask-repeat property specifies whether a mask repeats.

Formal Syntax

mask-repeat = <repeat-style># <repeat-style> = repeat-x | repeat-y | repeat-block | repeat-inline | <repetition>{1,2}

See specification

JavaScript Access

// Access via element.style element.style.maskRepeat = "repeat";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
mask-repeat1205315.4120

Related Properties