作者:大狗nonodq_284 | 来源:互联网 | 2023-06-16 13:16
实现效果如下所示
//scrollType:"continuous",//点击滚动是否有停顿效果scrollType:"pixels",scrollSpeed:20, scrollAmount:100 },set_height:"300px",theme:"light-thick",autoDraggerLength: true,mouseWheelPixels: 100,autoHideScrollbar:true,callbacks: {onScrollStart: function() {},onScroll: function() {},onTotalScroll: function() {var data = '';$(".spinner").remove();$("#content .mCSB_container").append(data);if(flag){$('#content .mCSB_container').append('');}$("#content").mCustomScrollbar("update"); },onTotalScrollBack: function() {},whileScrolling: function() {$(".scroll-pct").html("当前位置:"+mcs.topPct+"%");if(mcs.topPct>=90){}},},});});})(jQuery);script>
body>
html>
具体参数列表:
https://github.com/diligentyang/mCustomScrollbar/tree/master/example