Sha256: 424d457edfbd99cfcb05333d5ca174279a705fb6afed94703c2141df341dd62b

Contents?: true

Size: 300 Bytes

Versions: 675

Compression:

Stored size: 300 Bytes

Contents

// 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);
  }
}

Version data entries

675 entries across 639 versions & 30 rubygems

Version Path
font-awesome-sass-5.0.13 assets/stylesheets/font-awesome/_animated.scss
alchemy_cms-4.1.0.beta vendor/assets/stylesheets/fontawesome/_animated.scss
font-awesome-sass-5.0.9 assets/stylesheets/font-awesome/_animated.scss
binda-0.1.8 vendor/assets/stylesheets/font-awesome/_animated.scss
binda-0.1.7 vendor/assets/stylesheets/font-awesome/_animated.scss
binda-0.1.6 vendor/assets/stylesheets/font-awesome/_animated.scss
font-awesome-sass-5.0.6.2 assets/stylesheets/font-awesome/_animated.scss
font-awesome-sass-5.0.6.1 assets/stylesheets/font-awesome/_animated.scss
font-awesome-sass-5.0.6 assets/stylesheets/font-awesome/_animated.scss
binda-0.1.5 vendor/assets/stylesheets/font-awesome/_animated.scss
binda-0.1.4 vendor/assets/stylesheets/font-awesome/_animated.scss
binda-0.1.3 vendor/assets/stylesheets/font-awesome/_animated.scss
binda-0.1.2 vendor/assets/stylesheets/font-awesome/_animated.scss
binda-0.1.1 vendor/assets/stylesheets/font-awesome/_animated.scss
binda-0.1.0 vendor/assets/stylesheets/font-awesome/_animated.scss