Skip to content

Add support for backdrop-filter css property #42

Closed
@EthanBonsignori

Description

@EthanBonsignori

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions