我刚刚了解了mo.js并开始使用它,但对此有点困惑。
我在我的代码中包含了mo.js CDN
var burst=new mojs.Burst({
radius:{0:20},
count:10,
children:{
shape:'circle',
radius:5,
opacity:{1:0},
fill:['green','yellow','pink'],
duration:3000
}
});
但它仍然给出错误mojs没有定义。任何帮助都是值得的。