Skip to content

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

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

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

Conversation

@abhijeetsingh-0

Copy link
Copy Markdown

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

In this pull request, I鈥檝e 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鈥檛 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鈥檝e figured out why)

2 participants