摘要: //html <div class="demo"></div> //js $('.demo').fireworks({ sound: false, // 声音效果 opacity: 0.9, width: '100%', height: '100%' }); //以下是fireworks.js (f 阅读全文
posted @ 2020-07-28 10:36 慕一生,晓一世 阅读(1018) 评论(0) 推荐(0) 编辑
摘要: class Scratch { constructor(config) { this.config = config; let { clearRange, canvasId, radius } = config; this.moveNum = 0; this.clearRange = clearRa 阅读全文
posted @ 2020-07-28 10:32 慕一生,晓一世 阅读(206) 评论(0) 推荐(0) 编辑