mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-17 17:45:17 +01:00
adds delay and repeat custom prop support to base animated class
This commit is contained in:
parent
3f8ab233db
commit
40fa5da636
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
.animated {
|
.animated {
|
||||||
|
animation-delay: var(--animate-delay);
|
||||||
animation-duration: var(--animate-duration);
|
animation-duration: var(--animate-duration);
|
||||||
|
animation-iteration-count: var(--animate-repeat);
|
||||||
animation-fill-mode: both;
|
animation-fill-mode: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue