UI Deploy

Curated, Short, Web UI Dev we Love.

CSS Clipping and Masking — Show and Hide Parts of Images and Elements with Code

If you’ve done any work with a graphics editor, you likely know what clipping and masking are. Both hide parts of elements visually. Clipping defines which part of an element to show and which to hide, while masking combines two elements to determine how much of each pixel should be transparent.

view source

Advertisement