Results 1 - 16 of 16

mask-clip

The mask-clip CSS property determines the area, which is affected by a mask. The painted content of an element must be restricted to this area.
CSS CSS Masks CSS Property Experimental Reference

mask-origin

The mask-origin CSS property determines the origin of a mask.
CSS CSS Masks CSS Property Reference

mask-size

The mask-size CSS property specifies the sizes of the mask images. The size of the image can be fully or partially constrained in order to preserve its intrinsic ratio.
CSS CSS Masks CSS Property Experimental Reference

CSS Masks

CSS Masks is a CSS module that defines means, including masking and clipping, for partially or fully hiding portions of visual elements.
CSS CSS Masks CSS Reference NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Overview

mask-composite

The mask-composite CSS property represents a compositing operation used on the current mask layer with the mask layers below it.
CSS CSS Masks CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Non-standard Reference

mask-image

The mask-image CSS property sets the image that is used as mask layer for an element.
CSS CSS Masks CSS Property Experimental NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

mask-mode

The mask-mode CSS property indicates whether the mask reference defined by mask-image is treated as a luminance or alpha mask.
CSS CSS Masks CSS Property Non-standard Reference

mask-position

The mask-position CSS property sets the initial position, relative to the mask position layer defined by mask-origin for each defined mask image.
CSS CSS Masks CSS Property Experimental NeedsLiveSample Reference

mask-repeat

The mask-repeat CSS property defines how mask images are repeated. A mask image can be repeated along the horizontal axis, the vertical axis, both axes, or not repeated at all.
CSS CSS Masks CSS Property Experimental NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference

mask-type

The CSS mask-type properties defines if a mask is used as a luminance or an alpha mask.
CSS CSS Masks CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference SVG

-webkit-mask-composite

The -webkit-mask-composite property specifies the manner in which multiple mask images applied to the same element are composited with one another. Mask images are composited in the opposite order that they are declared with the -webkit-mask-image property.
CSS CSS Masks CSS Property Non-standard Reference

-webkit-mask-position-x

The -webkit-mask-position-x CSS property sets the initial horizontal position of a mask image.
CSS CSS Masks CSS Property Non-standard Non-Standard Reference

-webkit-mask-position-y

The -webkit-mask-position-y CSS property sets the initial vertical position of a mask image.
CSS CSS Masks CSS Property Non-standard Non-Standard Reference

-webkit-mask-repeat-x

The -webkit-mask-repeat-x property specifies whether and how a mask image is repeated (tiled) horizontally.
CSS CSS Masks CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Non-standard Reference

-webkit-mask-repeat-y

The -webkit-mask-repeat-y property specifies whether and how a mask image is repeated (tiled) vertically.
CSS CSS Masks CSS Property NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Non-standard Reference

mask

The mask property in CSS allows users to alter the visibility of an item by either partially or fully hiding it. This is accomplished by either masking or clipping the image at specific points.
CSS CSS Masks CSS Property Layout NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Reference SVG Web