@douyinfe/semi-ui 2.12.0-beta.4 → 2.12.0-beta.5

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.
@@ -29074,7 +29074,7 @@ const TooltipTransition = function () {
29074
29074
  return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(StyledTransition_StyledTransition, assign_default()({}, props, {
29075
29075
  enter: enterCls,
29076
29076
  leave: leaveCls,
29077
- duration: '1000ms'
29077
+ duration: '100ms'
29078
29078
  }, motion, {
29079
29079
  fillMode: 'forwards'
29080
29080
  }), typeof children === 'function' ? _ref => {