Tooltip delay (or compatibility with tailwind delay-) #3756
Closed
cvburgess
started this conversation in
Ideas / feature requests
Replies: 2 comments 1 reply
-
Are there any updates on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Solution 1: class="tooltip hover:before:delay-500! hover:after:delay-500!" https://play.tailwindcss.com/UxwYopXmK4 Solution 2: .tooltip:hover {
&:before, &:after {
@apply delay-500;
}
} |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Many apps only show a tooltip after hovering over something for a second or so.
Supporting a
tooltip-delay-<number>ms
or supporting tailwindsdelay-<number>ms
would be really nice!Beta Was this translation helpful? Give feedback.
All reactions