Files
vercel__workflow/.changeset/trace-viewer-focus-easing.md
Mitul Shah cfdb86dc73 Use ease-in-out curve for trace viewer click-to-focus zoom (#2835)
The click-to-focus viewport reframe used a weak quadratic ease-out over
150ms, which read as a near-linear snap. Switch to a stronger
easeInOutQuart curve (~cubic-bezier(0.77, 0, 0.175, 1)) over 240ms so the
camera zoom/pan accelerates and decelerates like a smooth move.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-08 21:47:57 +00:00

124 B

@workflow/web-shared
@workflow/web-shared
patch

Smooth the new trace viewer's click-to-focus zoom with a stronger ease-in-out curve.