animation.scss 178 B

123456789101112
  1. $use-fade: true;
  2. $use-zoom: true;
  3. $use-bounce: true;
  4. @import "~animate-sass/animate";
  5. @for $i from 1 to 12 {
  6. .wait-p#{$i}s {
  7. animation-delay: $i * .1s !important;
  8. }
  9. }