Skip to content

@keyframes not prefixed #20

Closed
Closed
@nanashiRei

Description

@nanashiRei

I have buttons on my page that use @keyframes animation { ... } for a neat effect. However, vendor prefixes suck, so i started using CSS3-Finalize. But now it doesn't prefix the @keyframes selector, nor does it prefix any of the attributes in any of it's bodies properties.

My CSS snippet:

/*** gangnam box style ***/
@keyframes packAnimation {
  from { transform: scale(1,1); }
  to { transform: scale(1.1,1.1); }
}

I made it a little more simple. Doesn't affect the css3-finalize behavior tho.

If you have some luck, my test server might be running at the time you want to check:
http://web.yas-online.net:2021/beatmap-list.html
feel free to check it out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions