Skip to content

animation-* #9

@philfreo

Description

@philfreo

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;
}

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