Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

animation-* #9

Open
philfreo opened this issue Jul 19, 2013 · 1 comment
Open

animation-* #9

philfreo opened this issue Jul 19, 2013 · 1 comment

Comments

@philfreo
Copy link

add support for animation-* like these:

.animation-duration(...) {
    -webkit-animation-duration: @arguments;
       -moz-animation-duration: @arguments;
         -o-animation-duration: @arguments;
            animation-duration: @arguments;
}
.animation-fill-mode(...) {
    -webkit-animation-fill-mode: @arguments;
       -moz-animation-fill-mode: @arguments;
         -o-animation-fill-mode: @arguments;
            animation-fill-mode: @arguments;
}
@darcyclarke
Copy link
Contributor

Pull Request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants