From 7880022f7e7455448bf1185bf377532ed04e8047 Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Wed, 15 May 2024 20:19:58 +0300 Subject: [PATCH] fix(Tooltip): use more reasonable animation delay --- src/components/Tooltip/Tooltip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tooltip/Tooltip.scss b/src/components/Tooltip/Tooltip.scss index 101f9d6323..7af3701423 100644 --- a/src/components/Tooltip/Tooltip.scss +++ b/src/components/Tooltip/Tooltip.scss @@ -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; } }