[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/vendor/fontawesome-free/scss/ -> _animated.scss (source)

   1  // Animated Icons
   2  // --------------------------
   3  
   4  .#{$fa-css-prefix}-spin {
   5    animation: fa-spin 2s infinite linear;
   6  }
   7  
   8  .#{$fa-css-prefix}-pulse {
   9    animation: fa-spin 1s infinite steps(8);
  10  }
  11  
  12  @keyframes fa-spin {
  13    0% {
  14      transform: rotate(0deg);
  15    }
  16  
  17    100% {
  18      transform: rotate(360deg);
  19    }
  20  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer