I would like to apply the following style to an element:
style = "transform-origin: top left;"
I’d like to use in GWT
element.getStyle().setProperty("TransformOrigin", myValue);
where “myValue” is a String. Which value should take “myValue” to end up applying the “top left” attributes?
I can’t find any documentation on the TransformOrigin property for GWT!
This solution works for all major browsers: