Skip to content
This repository was archived by the owner on Jan 23, 2018. It is now read-only.
This repository was archived by the owner on Jan 23, 2018. It is now read-only.

-webkit-keyframes is being removed and not fixed #19

@karlcow

Description

@karlcow

Using https://webcompat.com/tools/cssfixme

with

@-webkit-keyframes qli-right-spin {
    0% {
        -webkit-transform:rotate(-130deg)
    }
    50% {
        -webkit-transform:rotate(5deg)
    }
    100% {
        -webkit-transform:rotate(-130deg)
    }
}

we get nothing

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions