Closed getdave closed 10 years ago
Add the CSS3 animation mixins for ease of use
@mixin animate($name: fadeIn, $duration: 1s, $delay: 0.2s, $function: ease, $mode: both) { @include experimental(animation, $name $duration $delay $function $mode); }
Add the CSS3 animation mixins for ease of use