Skip to content

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

Open
abhijeetsingh-0 wants to merge 1 commit intoanimate-css:mainfrom
abhijeetsingh-0:add-animation-delay-variable
Open

Fix #1793: Added animation-delay variable support#1838
abhijeetsingh-0 wants to merge 1 commit intoanimate-css:mainfrom
abhijeetsingh-0:add-animation-delay-variable

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