You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
178 B

  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. }