We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0480f8f commit fe4127fCopy full SHA for fe4127f
src/lib/tooltip/index.tsx
@@ -87,7 +87,7 @@ const Tip = styled.div<TooltipBaseProps>`
87
88
const StyledTooltip = styled.span<TooltipBaseProps>`
89
${borderBox}
90
- transition: opacity 0.5s, visibility 0.5s;
+ transition: opacity 200ms ease-in, visibility 200ms ease-in;
91
${({ place, theme, small }) => css`
92
visibility: hidden;
93
opacity: 0%;
0 commit comments