From 2b6d054e3994f00921fd4d4d8ff610c71337cd6f Mon Sep 17 00:00:00 2001 From: Coltin Kifer Date: Tue, 16 Jan 2024 17:04:24 -0800 Subject: [PATCH] fix: remove animationBegin on Tooltip --- src/docs/api/Tooltip.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/docs/api/Tooltip.js b/src/docs/api/Tooltip.js index 5478cb5c..50eb449b 100644 --- a/src/docs/api/Tooltip.js +++ b/src/docs/api/Tooltip.js @@ -266,16 +266,6 @@ export default { 'zh-CN': '当值为 false,不开启动画。', }, }, - { - name: 'animationBegin', - type: 'Number', - defaultVal: 0, - isOptional: false, - desc: { - 'en-US': 'Specifies when the animation should begin, the unit of this option is ms.', - 'zh-CN': '声明组件挂载或更新后,开始运行动画的间隔时长,单位为毫秒。', - }, - }, { name: 'animationDuration', type: 'Number',