Skip to content

Commit

Permalink
Merge pull request #1 from abhijeetsingh-0/add-animation-delay-variable
Browse files Browse the repository at this point in the history
Fix animate-css#1793: Added animation-delay variable support
  • Loading branch information
Yohn authored Dec 5, 2024
2 parents 3f8ab23 + 1c12fbe commit b1f0a9d
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 b1f0a9d

Please sign in to comment.