css.properties

backdrop-filter

The backdrop-filter property applies graphic effects to the area behind an element.

Formal Syntax

backdrop-filter = none | <filter-value-list> <filter-value-list> = [ <filter-function> | <url> ]+

See specification

JavaScript Access

// Access via element.style element.style.backdropFilter = "none";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
backdrop-filter761031879
none76103979

Related Properties