Closed
Description
-o-transform is not working in opera somehow, when put into style as object, in Chrome, FF and IE10 this works fine, it's the latest Oprea.
I give each element:
webkitTransform : transform,
mozTransform : transform,
msTransform : transform,
oTransform : transform,
transform : transform,
And rotate the deg programmatically ( var transform = rotate( 45deg )
)
When I inspect the element in Opera dev tools I see all cross-platform tranforms applied to style (-ms, moz etc), while in Chrome only ones with -webkit and without are actually applied.
And another strange thing, the -o-transform
, is actually o-transform
, so without leading hyphen. But worse of all, the rotate value I change/animate, don't change at all, I see the code running through the console, but it just doesn't update the style object..
Metadata
Metadata
Assignees
Labels
No labels