Filters
Apply blur, brightness, saturation, shadow, and backdrop effects
Last updated
Was this helpful?
Apply blur, brightness, saturation, shadow, and backdrop effects
Filters change how a component and its contents are rendered. Use them for blur, brightness, saturation, drop shadows, and backdrop blur.
Type is not responsive and defaults to None.
None — Applies no filter classes.
Static — Applies one set of filter values.
Hover — Reveals Over and Start/End state controls.
For Hover, Over defaults to Self. It can respond to Self, Parent, Container, Grid, Flex, or Custom ID.
Custom ID reveals a blank ID field. Enter the raw ancestor ID without # or group/.
State defaults to Start:
Start — The resting filters.
End — The filters applied while the chosen target is hovered.
Static and each Hover state provide:
Blur — Defaults to 0 pixels.
Brightness — Defaults to 100%. Lower values darken; higher values brighten.
Saturate — Defaults to 100%. 0 removes colour; values above 100 increase saturation.
Drop Shadow — Defaults to None and uses Theme Studio shadow values. Unlike the Box Shadow in Effects, a drop shadow follows the visible shape of the content — including the transparent areas of PNGs and SVGs — rather than its rectangular box.
Backdrop Blur defaults to 0 pixels. It blurs content behind the component rather than the component itself.
Backdrop blur is easiest to see when the component has a transparent or semi-transparent Background. A fully opaque background hides the content being blurred.
Add a Transition for smooth Hover filters. Large blur and backdrop-blur values can be expensive to render, especially over video or animated content.
Container, Grid, and Flex automatically create the required hover group when an Advanced ID is set. Other parents must render the matching group/your-id class.

Last updated
Was this helpful?
Was this helpful?

