mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-05 17:33:49 +00:00
Speed up animation slightly
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user