@douyinfe/semi-ui 2.22.0 → 2.22.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19824,7 +19824,7 @@ class tooltip_Tooltip extends baseComponent_BaseComponent {
19824
19824
  return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", Object.assign({
19825
19825
  className: classnames_default()(className, animationClassName),
19826
19826
  style: Object.assign(Object.assign(Object.assign({
19827
- visibility: isPositionUpdated ? 'visible' : "hidden"
19827
+ opacity: isPositionUpdated ? '1' : "0"
19828
19828
  }, animationStyle), {
19829
19829
  transformOrigin
19830
19830
  }), style)