Articles tagged: CSS Masks

Found 11 documents

  • Web/CSS/CSS_Masks CSS Masks is a CSS module that defines means, including masking and clipping, for partially or ...
  • Web/CSS/mask The mask property in CSS allows users to alter the visibility of an item by either partially or ...
  • Web/CSS/mask-clip The mask-clip CSS property determines the area, which is affected by a mask. The painted content of ...
  • Web/CSS/mask-composite The mask-composite CSS property represents a compositing operation used on the current mask layer ...
  • Web/CSS/mask-image The mask-image CSS property sets the image that is used as mask layer for an element.
  • Web/CSS/mask-mode The mask-mode CSS property indicates whether the mask reference defined by mask-image is treated as ...
  • Web/CSS/mask-origin The mask-origin CSS property determines the origin of a mask.
  • Web/CSS/mask-position The mask-position CSS property sets the initial position, relative to the mask position layer ...
  • Web/CSS/mask-repeat The mask-repeat CSS property defines how mask images are repeated. A mask image can be repeated ...
  • Web/CSS/mask-size The mask-size CSS property specifies the sizes of the mask images. The size of the image can be ...
  • Web/CSS/mask-type The CSS mask-type properties defines if a SVG mask element is a luminance or an alpha mask.