PHP Classes

File: public/asset/vendor/fontawesome/less/_animated.less

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/fontawesome/less/_animated.less   Download  
File: public/asset/vendor/fontawesome/less/_animated.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 297 bytes
 

Contents

Class file image Download
// Animated Icons // -------------------------- .@{fa-css-prefix}-spin { animation: fa-spin 2s infinite linear; } .@{fa-css-prefix}-pulse { animation: fa-spin 1s infinite steps(8); } @keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }