mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 15:06:15 -04:00
Speed up animation slightly
This commit is contained in:
parent
8eea54f8dd
commit
ec0012ecd1
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ class BackgroundCanvas {
|
||||||
this.baseColorShareMode = '168 168 255';
|
this.baseColorShareMode = '168 168 255';
|
||||||
this.baseOpacityNormal = 0.4;
|
this.baseOpacityNormal = 0.4;
|
||||||
this.baseOpacityShareMode = 0.8;
|
this.baseOpacityShareMode = 0.8;
|
||||||
this.speed = 0.4;
|
this.speed = 0.5;
|
||||||
this.fps = 40;
|
this.fps = 40;
|
||||||
|
|
||||||
// if browser supports OffscreenCanvas
|
// if browser supports OffscreenCanvas
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue