Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JIT] "group-hover animation" is not working #5289

Closed
0x44454c opened this issue Aug 25, 2021 · 3 comments
Closed

[JIT] "group-hover animation" is not working #5289

0x44454c opened this issue Aug 25, 2021 · 3 comments

Comments

@0x44454c
Copy link

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?

v14.17.3

What browser are you using?

Chrome, Firefox

What operating system are you using?

Linux x86_64

Reproduction repository

https://github.com/dELUSION-MS/tailwind-bug-group-hover.git

Describe your issue

I ran into problem when I used group-hover:animate-bounce in JIT mode, that it isn't working at all.
So I tried reverse engineering the build and found that the keyframe bounce doesn't have keyframe-selector. That's why css is showing some problem in VS code and so not working.

image

More specifically -

@keyframes bounce {
  {
  transform: translateY(-25%);
  -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
  animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }
}

Anticipating to get an update with this issue fixed at earliest.

@adamwathan
Copy link
Member

Hey! This is a duplicate of this issue:

#5216

Will be fixed in the next patch release, aiming to get it out today 👍🏻

@0x44454c
Copy link
Author

Thank you.

@draxx318
Copy link

I still can't get this to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants