xverse-components-tips-timer
v1.0.1
Published
xverse components tips-timer
Downloads
16
Readme
API
| 参数名 | 类型 | 说明 | 默认值 | 是否必填 | 备注 | | -------------- | ---------------- | ------------ | ------ | -------- | ------------------------ | | style | CSSProperties | | - | false | - | | disappear | boolean | 是否自动消失 | true | false | 相当于定时器 | | disappearTime | number | 多少秒后消失 | 3000 | false | - | | className | string | css 类名 | - | false | - | | onClick | () => any | 点击事件 | - | false | - | | onDisappear | () => void | 消失的回调 | - | false | 消失需要绑定 hide 的事件 | | enterAnim | | 'left' | | 'right' | | 'top' | | 'bottom' | | 'left-top' | | 'right-top' | | 'right-bottom' | | 'left-bottom' | | 'fade' | | 'alert' | 入场动画效果类型 | - | false | - |