文件名称:scroll-to-y-el:使用 requestAnimationFrame 垂直滚动到一个元素
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-27 02:42:30
JavaScript
滚动玩具 使用requestAnimationFrame垂直滚动到一个Element 。 灵感来自 。 用法 // In node var scrollToY = require ( 'scroll-to-y' ) ; // In the browser just include the source file scrollToY ( 'someElementId' ) , { easing : function ( pos ) { return - ( Math . pow ( ( pos - 1 ) , 2 ) - 1 ) ; } , speed : 1000 , offset : 100 } ) ; 缓动功能 麻省理工学院。 (c) 2015 Darío Javier Cravero
【文件预览】:
scroll-to-y-el-master
----.gitignore(29B)
----package.json(705B)
----playground.js(392B)
----index.js(1KB)
----README.md(591B)
----playground.html(817B)