Skip to content

Support the camelCase version of webkitTransform as well #4557

Closed
@quantizor

Description

@quantizor

Although node.style.WebkitTransform (PascalCase) does work in Safari, the actual property is node.style.webkitTransform (camelCase) which React doesn't support properly. Can an alias be added to handle this case, since it doesn't seem obvious?

In fact, Safari's inspector autocomplete doesn't even work for node.style.WebkitTransform - seems like it's a hack that it works.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions