CSS filter effects

The properties in the CSS filter effects module let you define a way of processing an element's rendering before the element is displayed in the document. Examples of such effects include blurring and changing the intensity of the color of an element.

Filter effects in action

Play with the various sliders to apply filter effects to the image below:

To see the code for this filter effects sample, view the source on GitHub.

Properties

Functions

Guides

Using CSS filter effects

Overview of the concepts surrounding CSS filter effects, including properties, filter functions, and SVG filters, with an explanation of filter values, source order, and value interactions.

Specifications

Specification
Filter Effects Module Level 2
Filter Effects Module Level 1

See also