CSS property: -webkit-mask-attachment
Description
Defines the scrolling or fixed nature of the image mask.
Syntax
-webkit-mask-attachment: fixed | scroll;
Values
- fixed
The mask does not move when the page scrolls.
- scroll
The image moves when the page scrolls.