Playing an animation only once #3483
-
I can't seem to play an animation only once. I'm using something like this in tailwind.config.js
I couldn't find examples on how to achieve this after looking at https://tailwindcss.com/docs/animation I know that tailwindcss-animations had something like animationIterationCount but I'm not experimented enough to figure it out. Any help is appreciated Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
alexanderbluhm
Jan 31, 2021
Replies: 1 comment 1 reply
-
@al-hadi Simply remove the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
simonswiss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@al-hadi Simply remove the
once
then it works :)(
'vote': 'vote 1s ease-in-out'
)