ember-img-lazy:用Ember延迟加载的图像

时间:2024-02-25 14:24:42
【文件属性】:

文件名称:ember-img-lazy:用Ember延迟加载的图像

文件大小:140KB

文件格式:ZIP

更新时间:2024-02-25 14:24:42

ember emberjs lazy ember-addon img

ember-img-lazy 一旦它们进入您的视口,就会延迟加载图像。 使用IntersectionObserver ,如果IntersectionObserver不可用,则不提供polyfill并立即加载图像。 用法 {{ img-lazy src = " smile.png " width = 200 height = 200 alt = " Smile " }} {{img-lazy}}将在开始获取图像源后添加img-lazy--loading类,并在完成时应用img-lazy--loaded和src属性。 组态 config/environment : module . exp


【文件预览】:
ember-img-lazy-master
----.travis.yml(1KB)
----.ember-cli(280B)
----ember-cli-build.js(494B)
----vendor()
--------.gitkeep(0B)
----addon()
--------components()
--------services()
--------.gitkeep(0B)
----config()
--------ember-try.js(2KB)
--------environment.js(90B)
----index.js(71B)
----.watchmanconfig(37B)
----package.json(2KB)
----tests()
--------acceptance()
--------test-helper.js(228B)
--------index.html(1KB)
--------unit()
--------.eslintrc.js(55B)
--------dummy()
--------integration()
--------helpers()
----app()
--------components()
--------services()
--------.gitkeep(0B)
----testem.js(556B)
----CONTRIBUTING.md(639B)
----.npmignore(404B)
----.eslintrc.js(1005B)
----.template-lintrc.js(108B)
----LICENSE.md(1KB)
----.gitignore(369B)
----README.md(2KB)
----yarn.lock(325KB)
----.eslintignore(240B)
----.editorconfig(368B)

网友评论