#184: Playing with CSS Masks

Share:

Listens: 0

CSS-Tricks Screencasts

Technology


Masking in CSS is one way to hide parts of the element and show others. Another is clip-path, but let’s not focus on that today. “Masks are images; Clips are paths” is one way to think about the difference, although it certainly gets confusing. In this video, we’ll look at how similar mask and its mask-* properties are really similar to the background and background-* properties. And they can be used together nicely, sinces a mask is a … Read article “#184: Playing with CSS Masks”