Replies: 2 comments 10 replies
-
Would love this too! |
Beta Was this translation helpful? Give feedback.
10 replies
-
and animation duration can NOT custom in theme block |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I am using
animation-pulse
for an icon. Looks great.But I want to adjust the
animation-duration
to be a tiny bit slower.It is
2000ms
by default, I would like it to be3000ms
Currently I've tried with
duration-[3000ms]
- which doesn't have any effect, since this istransform-duration
and notanimation-duration
.I think the class for
animation-duration
is missing?Something like
animate-pulse-[3000ms]
Beta Was this translation helpful? Give feedback.
All reactions