mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-17 17:45:17 +01:00
Fix #1793: Added animation-delay variable support
This commit is contained in:
parent
3f8ab233db
commit
1c12fbe783
1 changed files with 2 additions and 0 deletions
2
animate.css
vendored
2
animate.css
vendored
|
@ -17,6 +17,8 @@
|
||||||
animation-duration: 1s;
|
animation-duration: 1s;
|
||||||
-webkit-animation-duration: var(--animate-duration);
|
-webkit-animation-duration: var(--animate-duration);
|
||||||
animation-duration: var(--animate-duration);
|
animation-duration: var(--animate-duration);
|
||||||
|
-webkit-animation-delay: var(--animate-delay);
|
||||||
|
animation-delay: var(--animate-delay);
|
||||||
-webkit-animation-fill-mode: both;
|
-webkit-animation-fill-mode: both;
|
||||||
animation-fill-mode: both;
|
animation-fill-mode: both;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue