Skip to content

Commit

Permalink
Fix animate-css#1793: Added animation-delay variable support
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeet-singhh committed Oct 28, 2024
1 parent 3f8ab23 commit 1c12fbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions animate.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
animation-duration: 1s;
-webkit-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;
animation-fill-mode: both;
}
Expand Down

0 comments on commit 1c12fbe

Please sign in to comment.