摘要: class ScrollPic { constructor(opt = {}) { console.log(opt, 'opt'); this.opt = this.initOpt(opt); this.root = document.querySelector(this.opt.root); co 阅读全文
posted @ 2021-01-20 18:50 木易锅巴 阅读(173) 评论(0) 推荐(0) 编辑
摘要: // getBoundingClientRect export function imgLoad() { const viewHeight = document.documentElement.clientHeight || document.body.clientHeight; // 获取可视区高 阅读全文
posted @ 2021-01-20 18:44 木易锅巴 阅读(117) 评论(0) 推荐(0) 编辑