当前位置: 首页 > 工具软件 > ScrollStop > 使用案例 >

jquery-scrollstop

苏野
2023-12-01
$(window)
  .on("scrollstart", function() {
    // Paint the world yellow when scrolling starts. $(document.body).css({background: "yellow"}); }) .on("scrollstop", function() { // Paint it all green when scrolling stops. $(document.body).css({background: "green"}); });


https://github.com/ssorallen/jquery-scrollstop


开始滚动和停止滚动的时候 会发出事件

转载于:https://www.cnblogs.com/zhishaofei/p/4226146.html

 类似资料: