摘要:
class ScrollPic { constructor(opt = {}) { console.log(opt, 'opt'); this.opt = this.initOpt(opt); this.root = document.querySelector(this.opt.root); co 阅读全文
摘要:
// getBoundingClientRect export function imgLoad() { const viewHeight = document.documentElement.clientHeight || document.body.clientHeight; // 获取可视区高 阅读全文