Skip to content

Fix screenshot capture: longer settle delay and skip animation#285

Merged
milanofthe merged 2 commits intomainfrom
chore/screenshot-capture-fixes
May 6, 2026
Merged

Fix screenshot capture: longer settle delay and skip animation#285
milanofthe merged 2 commits intomainfrom
chore/screenshot-capture-fixes

Conversation

@milanofthe
Copy link
Copy Markdown
Member

@milanofthe milanofthe commented May 6, 2026

Summary

  • Bump SETTLE_DELAY from 1500 ms to 5000 ms so the model has time to render before capturing. With the recent async toolbox bootstrap, the graph appears quickly but Pyodide and any required toolboxes finish a bit later — 1.5 s often caught the page mid-load, producing blank canvases.
  • Append &fancyloading=false to the capture URL to disable the assembly animation. This URL flag is already supported by assemblyAnimation.ts; the screenshot script just wasn't using it.

@milanofthe milanofthe merged commit f2899db into main May 6, 2026
4 checks passed
@milanofthe milanofthe deleted the chore/screenshot-capture-fixes branch May 6, 2026 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant