React Clip-Path & Mask Effects

Ten components that animate the shape of what you can see rather than the element itself. Clip-path wipes, gradient masks, spotlight cutouts, torchlight that reveals a layer beneath. Masking composites on the GPU and never triggers layout, so it is the cheapest way to make something appear from nowhere — and the only way to reveal one layer through another without duplicating the content.

10 components · all free

In This Collection

The Terms

Clip-path
Clipping an element to a shape, used for reveals, masks, and before/after sliders.
Mask
Hiding or revealing parts of an element using a shape or gradient — like clip-path, but with soft, fadeable edges.

Related Collections