css.properties

mask-repeat

The mask-repeat property specifies whether a mask repeats.

Formal Syntax

<repeat-style>#

See specification

JavaScript Access

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
mask-repeat1205315.4120

Related Properties