Merge pull request #4510 from mempool/mononaut/smooth-goggle-transition

Smoother goggles color change transition
This commit is contained in:
softsimon
2023-12-17 18:08:28 +07:00
committed by GitHub

View File

@@ -121,6 +121,7 @@ export class BlockOverviewGraphComponent implements AfterViewInit, OnDestroy, On
} else { } else {
this.scene.setColorFunction(this.overrideColors); this.scene.setColorFunction(this.overrideColors);
} }
this.start();
} }
ngOnDestroy(): void { ngOnDestroy(): void {