所属分类:其他-动画效果
var speed = Math.cos(Math.random() * Math.PI / 2) * 30;//修改爆炸范围吗,这里30就很大了。 this.resistance = 1.05;//修改速度,大于1,数值不要太大。
把下面值
// clear canvas context.fillStyle = "rgba(0, 0, 0, 0.05)";
0.05改0.2就没有了
context.fillStyle = "rgba(0, 0, 0, 0.2)";
怎么去掉烟花的黑色背景
谢谢分享