Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 477 Bytes

File metadata and controls

7 lines (5 loc) · 477 Bytes
@tanstack/router-core patch

feat: add replayViewTransitionOnTraversal router option

Replays the view transition a navigation opted into (<Link viewTransition> / navigate({ viewTransition })) when the user later traverses that entry with the browser Back/Forward buttons, instead of a hard cut. Replay is symmetric (A→B plays on both back and forward). Opt-in, kept in-memory so a functional types survives, and does not affect defaultViewTransition.