Skip to content

animate-pulse scales object instead of desired "pulsing" colors #9344

Discussion options

You must be logged in to vote

The Animate.css pulse @keyframe is transform scaling which was what you were seeing. Animate.css was overriding Tailwind's pulse @keyframe`.

Thank you to @wongjn for the answer.

To sum up, by importing import "animate.css/animate.min.css"; in my project, animate.css overrode tailwind's pulse keyframe, which caused this issue.

Solution is to not import a second instance of animate.css

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@1Ghasthunter1
Comment options

@wongjn
Comment options

wongjn Sep 16, 2022
Collaborator

@1Ghasthunter1
Comment options

@wongjn
Comment options

wongjn Sep 16, 2022
Collaborator

Comment options

You must be logged in to vote
1 reply
@PhilETaylor
Comment options

Answer selected by 1Ghasthunter1
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants