UNPKG

fontisto

Version:

Fontisto gives you scalable vector icons that can instantly be customized: size, color, drop shadow and anything that can be done with the power of CSS.

15 lines (13 loc) 288 B
// Animated // fi-spin .@{fi-css-prefix}-spin { animation: fi-spin 2s infinite linear; } // fi-pulse .@{fi-css-prefix}-pulse { animation: fi-spin 1s infinite steps(8); } @keyframes fi-spin { 0% {transform: rotate(0deg);} 100% {transform: rotate(359deg);} }