var timer;
function pageScroller() {
timer = setTimeout("pageScroller()",3000);
if(timer!=""&&timer!=null){
console.log("begin");
$(document.body).animate({scrollTop: $("#page-footer").offset().top}, 10000);
}
}
//清除时钟,清除滚动动画
clearTimer =function()</
js 自动滚动,鼠标移动停止滚动
最新推荐文章于 2023-09-11 17:26:17 发布