diff --git a/src/replay/index.ts b/src/replay/index.ts index 6d570500..25f644ce 100644 --- a/src/replay/index.ts +++ b/src/replay/index.ts @@ -1328,7 +1328,7 @@ export class Replayer { setTimeout(() => { this.tailPositions = this.tailPositions.filter((p) => p !== position); draw(); - }, duration); + }, duration / this.speedService.state.context.timer.speed); } private hoverElements(el: Element) {