Closed
Description
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.