Skip to content

-o-transform / oTransform not updating in Opera #2487

Closed
@TrySpace

Description

@TrySpace

-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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions