mirror of https://github.com/Requarks/wiki.git
12 lines
178 B
12 lines
178 B
$use-fade: true;
|
|
$use-zoom: true;
|
|
$use-bounce: true;
|
|
|
|
@import "~animate-sass/animate";
|
|
|
|
|
|
@for $i from 1 to 12 {
|
|
.wait-p#{$i}s {
|
|
animation-delay: $i * .1s !important;
|
|
}
|
|
}
|