I found some discomfort with animate-pulse and suggest changing it like this. #12870
nayounsang
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
animate-pulse docs
animate-pulse changes the opacity. But Changing the opacity poses the following issues.
Some CSS properties cause the element to be placed in a separate stacking context, and opacity is included in this properties.
example
I need to set the background color.
so I suggest using animate-pulse that changes the background color instead of altering the opacity.
Beta Was this translation helpful? Give feedback.
All reactions