PHP Classes

File: bootstrap/sbnoblesse/font-awesome/less/spinning.less

Recommend this page to a friend!
  Classes of Minh Tien   Noblesse CMS   bootstrap/sbnoblesse/font-awesome/less/spinning.less   Download  
File: bootstrap/sbnoblesse/font-awesome/less/spinning.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Noblesse CMS
Content management system with custom plugins
Author: By
Last change: Fix ckeditor bug
Date: 8 years ago
Size: 582 bytes
 

Contents

Class file image Download
// Spinning Icons // -------------------------- .@{fa-css-prefix}-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }