Smooth out irregular mempool block updates

This commit is contained in:
Mononaut
2024-01-07 18:02:11 +00:00
parent f7e7072dbc
commit 5f66a95402
2 changed files with 32 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ export default class BlockScene {
getColor: ((tx: TxView) => Color) = defaultColorFunction;
orientation: string;
flip: boolean;
animationDuration: number = 1000;
animationDuration: number = 900;
configAnimationOffset: number | null;
animationOffset: number;
highlightingEnabled: boolean;