Skip to content

Using 3d transformations screws up on non-WebKits #15

@rstacruz

Description

@rstacruz
$(".box").css({ y: 200, rotateX: 30 }).transit({ y: 0 });

This will fail in Firefox (FF9/Mac) because it tries to use rotateX, which isn't supported in Firefox yet. The actual result is that translate will be stuck on translate(0,200px).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions