CSS property: -webkit-mask-position

Description

Defines the position of a mask.

Position can be specified in terms of pixels or percentages of the viewport width or using the keywords top, left, center, right, or bottom.

Changes to this property can be animated in Safari 4.0 and later.

Syntax

-webkit-mask-position: <xpos>;

-webkit-mask-position: <xpos> <ypos>;

Values

<xpos>

The x-coordinate of the position of the mask.

<ypos>

The y-coordinate of the position of the mask.

Versions