Mixins and aniations for Compass
import the "animations" folder in your project
fadeIn, fadeOut, fadeInUp, fadeInDown, fadeOutDown, fadeInLeft, fadeOutLeft, fadeInRight, fadeOutRight, bounceIn, bounceOut
##Example
@import "animate/animations";
.box{
@extend %fadeIn;
}