Closed
Description
Add support for backdrop-filter
to ReactDOM.Style
. Currently can only be used with unsafeAddProp(..)
like so
ReactDOM.Style.make()->ReactDOM.Style.unsafeAddProp(
"backdrop-filter",
"blur(5px)",
),
MDN docs: https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter
Specification: https://drafts.fxtf.org/filter-effects-2/#BackdropFilterProperty
Metadata
Metadata
Assignees
Labels
No labels