/* No context defined for this component. */
/*------------------------------------*\
#ANIMATION
\*------------------------------------*/
/**
* Fade Animation
*/
.animate-fade {
@include transition(opacity, 0.3s, ease-out);
&:hover {
opacity: 0;
}
}
@import "_animation";
There are no notes for this item.