mirisuzanne / compass-animation

css3 animation plugin for compass
Other
362 stars 35 forks source link

Animation classes #4

Closed Anahkiasen closed 12 years ago

Anahkiasen commented 12 years ago

I would really like to use this as I'm very fond of both Sass, Compass and the Animation plugin. One thing lacking though is the animation classes from the original Animate.css that let the user use the animations out of the stylesheets, with jQuery per example. Could it be possible to add a supplementary stylesheet classes.sass that, through the mean of, say, an @each, would basically do :

.flash
    +include animation-name(flash)

Animation-name being taken out of the new Animation mixins in the last Compass update.

Anahkiasen commented 12 years ago

Done in #6 pull request