You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You cannot combine animations. The expected behavior would be that the hello text in the project pulses and bounces. If you test both animations on their own they are working.
I am not 100% sure, but I think Tailwind forgets to include the keyframes in the CSS.
Warning:
After you tried both animations on their own the combined animation also works. So make sure to completely restart the project after testing.
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS are you using?
v2.2.7
What build tool (or framework if it abstracts the build tool) are you using?
Next.js 11.1.0
What version of Node.js are you using?
v12.21.0
What browser are you using?
Firefox
What operating system are you using?
Ubuntu 21.04
Reproduction repository
https://github.com/Alwinator/tailwind-multiple-animations-bug
Describe your issue
You cannot combine animations. The expected behavior would be that the hello text in the project pulses and bounces. If you test both animations on their own they are working.
I am not 100% sure, but I think Tailwind forgets to include the keyframes in the CSS.
Warning:
After you tried both animations on their own the combined animation also works. So make sure to completely restart the project after testing.
The text was updated successfully, but these errors were encountered: