文件名称:scroll-animator:轻量级(〜100行代码)和无依赖库,可在您使用纯Javascript滚动滚动时为页面上的元素设置动画
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-22 00:11:46
scroll scroll-animations JavaScript
滚动动画师 一个轻量级(约100行代码)和无依赖库,可在您使用纯Javascript滚动滚动时对页面上的元素进行动画处理。 设置 var ScrollAnimator = require ( 'YOURPATH/scroll-animator' ) ; 确保进行polyfill: window.requestAnimationFrame 使用方法 您可以添加所需的所有“动画师”! 基本配置为: ScrollAnimator . addAnimator ( { observed : elements , callback : function ( elem , scrollY ) { // here you can add all what you want! // for example set an attribute elem . el . setAttrib
【文件预览】:
scroll-animator-master
----scroll-animator.js(4KB)
----LICENSE(1KB)
----README.md(3KB)