2026-08-19 — View transitions and logo loading pop
Summary
Route changes crossfade by default. Clicking the header FTN logo pops all three letters in sync while navigation to / is in flight.
Highlights
-
experimental.viewTransitionenabled;app/template.tsxwraps page content in ReactViewTransitionwith apage-crossfadeenter/exit pair. -
Sticky header uses
viewTransitionName: site-headerso chrome stays fixed during the fade. -
Logo link sets
wordmark-ftn-wrap—loadinguntil the pathname updates (one pulse cycle when already on/).prefers-reduced-motion: reducekeeps a static scale instead of looping.