在 jquery 或 js 向下或向上时创建慢速滚动
create slow scroll in jquery or js when it go down or up
我想创建滚动,但向下或向上移动时速度较慢。
我试过这个:
$(document).ready(function(){
$("html").niceScroll
});
看看 https://github.com/kswedberg/jquery-smooth-scroll
这是一个通过单击锚点滚动到内容来平滑滚动的插件。
我想创建滚动,但向下或向上移动时速度较慢。
我试过这个:
$(document).ready(function(){
$("html").niceScroll
});
看看 https://github.com/kswedberg/jquery-smooth-scroll
这是一个通过单击锚点滚动到内容来平滑滚动的插件。