File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Shared/Components/InfoIconTippy Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import { ReactComponent as Help } from '../Assets/Icon/ic-help.svg'
21
21
import { ReactComponent as ICHelpOutline } from '../Assets/Icon/ic-help-outline.svg'
22
22
import { ReactComponent as ICOpenInNew } from '../Assets/Icon/ic-open-in-new.svg'
23
23
import 'tippy.js/animations/shift-toward-subtle.css'
24
+ import 'tippy.js/animations/shift-toward.css'
24
25
import { TippyCustomizedProps , TippyTheme } from './Types'
25
26
import { not , stopPropagation } from './Helper'
26
27
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ const InfoIconTippy = ({
47
47
documentationLink = { documentationLink }
48
48
documentationLinkText = { documentationLinkText }
49
49
additionalContent = { additionalContent }
50
+ animation = "shift-toward"
51
+ duration = { 400 }
50
52
>
51
53
{ children || (
52
54
< button
You can’t perform that action at this time.
0 commit comments