Tooltip animation issue(?) #7161
gapeienko644a
started this conversation in
General
Replies: 1 comment 2 replies
-
Well, it’s kind of rare, but it still happens in the data table even after removing data-[state=closed]:animate-out. From what I see, it works fine when hovering over the area of a single row, but it can still bug out when moving the cursor between rows. output.mp4 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure if it's a bug, but when you flick the cursor out of the tooltip trigger and then back in, the content doesn't appear. My use case was in a data table — when doing a general use case actions on the table, it felt kind of annoying. After breaking it down to figure out why this happens in shadcn but not in the radix primitive, I found out that the reason was data-[state=closed]:animate-out in TooltipContent
output.mp4
Beta Was this translation helpful? Give feedback.
All reactions