Add support for `backdrop-filter` css property
EthanBonsignori opened this issue · 0 comments
EthanBonsignori commented
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