tailwind
If I am using tailwind and want animate bounce to bounce once how can I make that happen
2 Replies
I have never used tailwind so I may be well off but from what I can work out there is no default way to define the number of iterations on animate-bounce.
To achieve this you have 2 possibilities:
1. Extend tailwind and add your own bounce animation.
2. Overwrite the default behavior in your own css code and set the iterations to 1 by setting `animation-iteration-count: 1;
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View