Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1793: Added animation-delay variable support #1838

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abhijeetsingh-0
Copy link

Fixes #1793, which requested the ability to set animation delays.

In this pull request, I’ve added support for an animation-delay variable to the animate.css library. This means users can now specify a delay before their animations start.

Previously, there wasn’t a way to delay animations

To try out the new feature, users can now use the --animate-delay variable in their CSS. For example, you can set it
like this: --animate-delay: 2s; .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--animate-delay has no effect (and I think that I’ve figured out why)
2 participants