Adds the given style with the standard name and an optional vendor prefix for the current browser.
styleUtils.setPrefixedStyle(node.style, 'transformOrigin', '0% 0%'); Copy
styleUtils.setPrefixedStyle(node.style, 'transformOrigin', '0% 0%');
Adds the given style with the standard name and an optional vendor prefix for the current browser.