diff --git a/src/replay/index.ts b/src/replay/index.ts index adf54827..89199e37 100644 --- a/src/replay/index.ts +++ b/src/replay/index.ts @@ -470,7 +470,7 @@ export class Replayer { this.iframe.contentWindow!.scrollTo({ top: d.y, left: d.x, - behavior: isSync ? 'instant' : 'smooth', + behavior: isSync ? 'auto' : 'smooth', }); } else { try {