jquery-smoothMousewheel:一个使用 requestAnimationFrame 添加跨浏览器平滑滚动的 jQuery 插件

时间:2024-07-25 05:31:06
【文件属性】:

文件名称:jquery-smoothMousewheel:一个使用 requestAnimationFrame 添加跨浏览器平滑滚动的 jQuery 插件

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-25 05:31:06

JavaScript

jQuery SmoothMousewheel 插件 一个插件,通过使用 requestAnimationFrame 添加跨浏览器平滑鼠标滚动。 它提供了更好的用户体验,例如滚动动画。 在查看它的实际。 ##对 jquery-smoothwheel 的要求 ##用法 $ ( function ( ) { $ . smoothMousewheel ( { // defaults friction : 0.2 , deltaSteps : 100 } ) ; } ) ; 行为 价值观 描述 friction number 网站体验的摩擦量。 deltaSteps number 以像素为单位指定鼠标滚轮的滚动步骤。 ##Browser 和 os 检测原生支持平滑滚动的浏览器应该被排除在外。 这个条件也内置在插件中


【文件预览】:
jquery-smoothMousewheel-master
----jquery.smoothMousewheel.js(2KB)
----README.md(2KB)
----LICENSE.txt(1KB)

网友评论