Skip to content

Commit

Permalink
fix(Tooltip): use more reasonable animation delay (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
amje authored May 16, 2024
1 parent fcd2ff3 commit fe14706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tooltip/Tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $block: '.#{variables.$ns}tooltip';
max-width: 360px;
box-sizing: border-box;
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
animation-duration: 0.001ms;
animation-duration: 1ms;
}
}

Expand Down

0 comments on commit fe14706

Please sign in to comment.