Skip to content

Commit 19c8eae

Browse files
committed
Merge branch 'pr-1838'
2 parents 1a89681 + 1c12fbe commit 19c8eae

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
@@ -19,6 +19,8 @@ body{
1919
animation-duration: 1s;
2020
-webkit-animation-duration: var(--animate-duration);
2121
animation-duration: var(--animate-duration);
22+
-webkit-animation-delay: var(--animate-delay);
23+
animation-delay: var(--animate-delay);
2224
-webkit-animation-fill-mode: both;
2325
animation-fill-mode: both;
2426
}

0 commit comments

Comments
 (0)