mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
cfdb86dc73
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>
124 B
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.