Skip to content

Commit 1c12fbe

Browse files
Fix animate-css#1793: Added animation-delay variable support
1 parent 3f8ab23 commit 1c12fbe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

animate.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
animation-duration: 1s;
1818
-webkit-animation-duration: var(--animate-duration);
1919
animation-duration: var(--animate-duration);
20+
-webkit-animation-delay: var(--animate-delay);
21+
animation-delay: var(--animate-delay);
2022
-webkit-animation-fill-mode: both;
2123
animation-fill-mode: both;
2224
}

0 commit comments

Comments
 (0)