a button which can back to the top and go to the bottom

Add a button for all websites which can back to the top and go to the bottom,and there is a sliding effecct.

< Feedback on a button which can back to the top and go to the bottom

Question/comment

§
Posted: 2018-12-17

如何自定义滚动速度,目前的网页自动滚动速度有些快了

如题

§
Posted: 2018-12-18

@"zhicheng wei" 说道: 如题

这个没有提供设置的功能,只能通过修改代码实现了,如果你说的是点击按钮后网页的滚动速度,修改第 37 行的 clickScrollTime 的值,现在是 500,这个值代表滚动需要的时间,值越大,滚动的越慢;如果你说的是鼠标放在按钮上按钮滚动的速度,修改 48 行 needScrollTime = getScrollTop() * 10; 和 53 行 needScrollTime = restHeight * 10; 中的常数 10,第一句是向上滚动的情况,第二句是向下滚动的情况,这个常数越大,滚动需要的时间越长,滚动的越慢

Post reply

Sign in to post a reply.