hunt::ghost:最小的库可观察节点进入和离开视口的情况

时间:2024-05-02 21:23:14
【文件属性】:

文件名称:hunt::ghost:最小的库可观察节点进入和离开视口的情况

文件大小:168KB

文件格式:ZIP

更新时间:2024-05-02 21:23:14

JavaScript

打猎 :ghost: 最小的库,可观察节点进入和离开视口的情况。 如果您想了解更多信息,请确保还检查了Intersection Observer API (在现代浏览器中可以使用的本机解决方案),我撰写了解释其工作原理。 安装 # npm npm i huntjs --save # yarn yarn add huntjs 或者将其作为脚本包含在//unpkg.com/huntjs/dist/hunt.umd.js作为源文件中。 用法 该程序包公开了一个观察者,该观察者将Node , NodeList或Array作为第一个参数,将对象作为第二个参数,并具有所需的选项集。 import Hunt from 'huntjs' ; // lazy loading images using dataset and hunt const lazyImages = document . querySele


【文件预览】:
hunt-master
----.gitignore(950B)
----test.html(3KB)
----package.json(2KB)
----src()
--------noop.js(93B)
--------index.test.js(6KB)
--------index.js(5KB)
--------throttle.js(764B)
----.travis.yml(149B)
----LICENSE(1KB)
----README.md(3KB)
----index.html(4KB)
----bower.json(427B)
----.prettierrc(383B)
----yarn.lock(413KB)

网友评论