作者:管理员 历史版本:1 最后编辑:龚清 更新时间:2024-11-20 15:41
简要描述:
- ibps-back-to-top组件内部的Attributes、Methods
ibps-back-to-top Attributes
参数名 |
是否必须 |
类型 |
说明 |
可选值 |
默认值 |
visibilityHeight |
否 |
Number |
滚动距离超过设置值时,显示返回按钮 |
—– |
200 |
customStyle |
否 |
Object |
自定义样式 |
—– |
{ right: ‘50px’, bottom: ‘50px’, width: ‘40px’, height: ‘40px’, ‘border-radius’: ‘20px’, ‘box-shadow’: ‘0 0 6px rgba(0,0,0,.12)’, ‘line-height’: ‘45px’, // 请保持与高度一致以垂直居中 ‘background-color’: ‘#ccc9c966’// 按钮的背景颜色 } |
transitionName |
否 |
String |
指定返回顶部时得过度方式,具体参数参考transition |
—– |
fade |
scrollTop |
是 |
Number |
滚动顶部得距离 |
—– |
—– |
ibps-back-to-top Methods
事件名称 |
说明 |
参数 |
handleScroll |
滚动事件 |
—– |
backToTop |
外抛点击事件 |
—– |