Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenjinxinlove/chen-image-loader
https://github.com/chenjinxinlove/chen-image-loader
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenjinxinlove/chen-image-loader
- Owner: chenjinxinlove
- Created: 2016-08-06T14:15:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-06T14:28:06.000Z (over 8 years ago)
- Last Synced: 2024-10-30T16:52:22.583Z (17 days ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chen-image-loader
var imgloader = require("./imageloader");
var imglist = {
src1:"http://c.hiphotos.baidu.com/image/pic/item/472309f7905298220099cbe5d2ca7bcb0a46d46a.jpg",
src2:"http://f.hiphotos.baidu.com/image/pic/item/b17eca8065380cd70c5150cba444ad345982814d.jpg",
src3:"http://f.hiphotos.baidu.com/image/pic/item/242dd42a2834349b7eaf886ccdea15ce37d3beaa.jpg"}
imgloader(imglist,function () {
alert("ssss");
},500);图片的数组
回调函数
超时函数