smoothScroll.js.zip

时间:2022-08-04 17:13:09
【文件属性】:

文件名称:smoothScroll.js.zip

文件大小:39KB

文件格式:JS

更新时间:2022-08-04 17:13:09

开源项目

smoothScroll.js 是极小的,符合标准的平滑滚动脚本,无依赖,支持 Firefox, Chrome, IE10, Opera 和 Safari。使用:[removed][removed]示例:var smoothScroll = require('smoothscroll'); var exampleBtn = document.querySelector('.example-button'); var exampleDestination = document.querySelector('.example-destination'); // This function can easily be an onClick handler in React components var handleClick = function(event) {   event.preventDefault();   smoothScroll(exampleDestination); }; exampleBtn.addEventListener('click', handleClick); 标签:smoothScroll


【文件预览】:
smoothScroll-master
----example.html(128KB)
----smoothscroll.js(4KB)
----LICENSE(1KB)
----smoothscroll.min.js(2KB)
----README.md(3KB)
----package.json(573B)

网友评论