Skip to content

Commit

Permalink
fix: remove animationBegin on Tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Coltin Kifer committed Jan 17, 2024
1 parent 00c5ea4 commit 2b6d054
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/docs/api/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2b6d054

Please sign in to comment.