/* No context defined for this component. */
  • Content:
    /*------------------------------------*\
        #ANIMATION
    \*------------------------------------*/
    
    /**
     * Fade Animation
     */
    .animate-fade {
    	@include transition(opacity, 0.3s, ease-out);
    
    	&:hover {
    		opacity: 0;
    	}
    }
    
  • URL: /components/raw/animation/_animation.scss
  • Filesystem Path: components/base/animation/_animation.scss
  • Size: 232 Bytes

There are no notes for this item.