removed unnecessary opacity
This commit is contained in:
parent
2305811271
commit
3d1327ecec
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@ export default class Fireworks implements ICanvasEffect {
|
||||||
public stop = async () => {
|
public stop = async () => {
|
||||||
this.isRunning = false;
|
this.isRunning = false;
|
||||||
this.particles = [];
|
this.particles = [];
|
||||||
this.context.canvas.style.opacity = "1";
|
|
||||||
this.context.clearRect(0, 0, this.context.canvas.width, this.context.canvas.height);
|
this.context.clearRect(0, 0, this.context.canvas.width, this.context.canvas.height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue