|
@@ -40,6 +40,12 @@
|
|
|
-webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
|
|
-webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
|
|
|
animation-iteration-count: calc(var(--animate-repeat) * 3);
|
|
animation-iteration-count: calc(var(--animate-repeat) * 3);
|
|
|
}
|
|
}
|
|
|
|
|
+.animate__animated.animate__repeat-10 {
|
|
|
|
|
+ -webkit-animation-iteration-count: 10;
|
|
|
|
|
+ animation-iteration-count: 10;
|
|
|
|
|
+ -webkit-animation-iteration-count: calc(var(--animate-repeat) * 10);
|
|
|
|
|
+ animation-iteration-count: calc(var(--animate-repeat) * 10);
|
|
|
|
|
+}
|
|
|
.animate__animated.animate__delay-1s {
|
|
.animate__animated.animate__delay-1s {
|
|
|
-webkit-animation-delay: 1s;
|
|
-webkit-animation-delay: 1s;
|
|
|
animation-delay: 1s;
|
|
animation-delay: 1s;
|