mask-image
Introduction
The mask-image CSS property sets the image that is used as mask layer for an element.
By default this means the alpha channel of the mask image will be multiplied with the alpha channel of the element.
Syntax
Values
none
This keyword is interpreted as an opaque white image layer.
<image>
An image value used as mask image layer.
Formal Definition
| Initial value | none |
| Applies to | view only |
| Inherited | no |
| Animatable |
Formal Syntax
Difference with the Web
- SVG element is not supported. Only bitmap url or gradient is supported.
- image() function is not supported.
<url()>supportsurl()function only.- global value are not supported (e.g. inherit, unset, init and etc).
Compatibility
LCD tables only load in the browser