@mixin u-animation($properties...) {
    @include u-prefix(animation, $properties, webkit spec);
}
