You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
524 B
17 lines
524 B
7 years ago
|
|
||
|
## API
|
||
|
|
||
|
> 有默认样式,距离底部 `50px`,可覆盖。
|
||
|
>
|
||
|
> 自定义样式宽高不大于 40px \* 40px。
|
||
|
|
||
|
| 参数 | 说明 | 类型 | 默认值 |
|
||
|
| --- | --- | --- | --- |
|
||
|
| target | 设置需要监听其滚动事件的元素,值为一个返回对应 DOM 元素的函数 | Function | () => window |
|
||
|
| visibilityHeight | 滚动高度达到此参数值才出现 `BackTop` | number | 400 |
|
||
|
|
||
|
### 事件
|
||
|
| 事件名称 | 说明 | 回调参数 |
|
||
|
| --- | --- | --- |
|
||
|
| click | 点击按钮的回调函数 | Function |
|