CSS property: -webkit-mask-origin

Description

Determines where the -webkit-mask-position property is anchored.

Syntax

-webkit-mask-origin: border | content | padding;

Values

border

The mask's position is anchored at the upper-left corner of the element's border.

content

The mask's position is anchored at the upper-left corner of the element's content.

padding

The mask's position is anchored at the upper-left corner of the element's padding.

Versions