Replies: 1 comment 1 reply
-
Perhaps it could be #16150 (comment)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm experiencing an issue where group-hover animations are not working properly in Chrome (Version 133.0.6943.60, 64-bit) and Brave, but they work fine in Microsoft Edge. The animations involve opacity and transform changes on hover, but in Chrome/Brave, the transitions either do not trigger.
System Information
Device: Dell XPS 13, touch screen
Chrome Version: 133.0.6943.60 (64-bit)
TailwindCSS Version: 4.0.3
Tailwind Vite Plugin Version: @tailwindcss/vite 4.0.3
Code Snippet
Chrome (after hover - no change in bg also animation) ❌

MS-Edge (after hover expected hover effect with animation) ✅

Beta Was this translation helpful? Give feedback.
All reactions