我正在尝试制作一个div跟随我的滚动事件,并且在滚动停止之后div有点反弹,类似于这个网站:
http://thespaceinbetween.co.nz
我正在寻找可能用于创建类似效果的jquery插件。
答案 0 :(得分:1)
有一个名为 NICESCROLL 的插件 - > https://github.com/inuyaksa/jquery.nicescroll
<强> See the Demo Here 强>
您需要在代码中使用bouncescroll:"true"
选项。有关详细信息,请参阅以下代码
jQuery("html").niceScroll({
bouncescroll: "true",
cursorcolor: "#000000",
boxzoom: false,
autohidemode: false,
cursorwidth: 10
});