mask-composite
Introduction
The mask-composite CSS property sets the compositing operation used on the current mask layer with the mask layers below it.
Syntax
Values
-
add
Places the current mask layer over the mask layers below it. -
subtract
Subtracts the current mask layer from the mask layers below it. -
intersect
Keeps the overlapping area between the current mask layer and the mask layers below it. -
exclude
Keeps the areas that do not overlap between the current mask layer and the mask layers below it.
Formal definition
| Initial value | add |
| Applies to | view only |
| Inherited | no |
| Animatable | no |
Formal syntax
Differences from Web
- Global values are not supported.
Compatibility
LCD tables only load in the browser