We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a89681 + 1c12fbe commit 19c8eaeCopy full SHA for 19c8eae
1 file changed
animate.css
@@ -19,6 +19,8 @@ body{
19
animation-duration: 1s;
20
-webkit-animation-duration: var(--animate-duration);
21
animation-duration: var(--animate-duration);
22
+ -webkit-animation-delay: var(--animate-delay);
23
+ animation-delay: var(--animate-delay);
24
-webkit-animation-fill-mode: both;
25
animation-fill-mode: both;
26
}
0 commit comments