Page Transitions

Route transition strategy for ultraweb builds — decide whether routes transition at all, implement the stable template.tsx entrance as the default, and layer Next 16's EXPERIMENTAL View Transitions (experimental.viewTransition + ViewTransition from react) as progressive enhancement with shared-element continuity, and ship the REQUIRED route-change live announcer so screen readers hear each new page (client navigation is otherwise silent). Invoke in the ultraweb motion phase (Phase 9), or whenever the user says "page transitions", "route animations", "smooth navigation between pages", "shared element transition", "view transitions", "screen reader silent on navigation", "route announcer", or "pages pop in abruptly".

blyatiful1 eaa7ecb 3 files · 16.4 KB Updated

File contents

blyatiful1/ultraweb/tree/main/skills/page-transitions commit eaa7ecb989

Frequently asked questions

npx skillmds@latest add blyatiful1/page-transitions