mirror of https://github.com/vector-im/riot-web
parent
a966319c90
commit
ec92be4ec4
|
@ -74,7 +74,7 @@ export default class Fireworks implements ICanvasEffect {
|
|||
private particles: Array<FireworksParticle> = [];
|
||||
public isRunning: boolean;
|
||||
|
||||
public start = async (canvas: HTMLCanvasElement, timeout = 4000) => {
|
||||
public start = async (canvas: HTMLCanvasElement, timeout = 3000) => {
|
||||
if (!canvas) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue