In the context of CSS masking, what does the mask-composite property do?

  • Combines a mask image with the element using the blend mode specified.
  • Defines the shape of the mask by specifying a path.
  • Determines the transparency of the mask image.
  • Specifies the position of the mask image relative to the masked element.
The mask-composite property in CSS is used to determine how a mask image should be combined with the element it's applied to. It's used to control the blending mode of the mask image with the element, allowing for various effects.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *