Instant page cut
Replaces one page with another immediately, without interpolated motion.
- Also known as
- Direct navigation, Hard cut, No-motion swap
- AI prompt
Implement an instant page transition for a fast utility workflow. Update the URL, title, main heading and document state atomically, move focus to the new main heading, restore the correct scroll position, preserve browser back and forward behavior, and do not add decorative motion.
Page crossfade
Dissolves the outgoing page while the incoming page becomes visible.
- Also known as
- Page dissolve, Route fade, Opacity page transition
- AI prompt
Create a progressively enhanced page crossfade. Keep the navigation functional without animation, prevent duplicate interactive or announced content during the overlap, use a short opacity-only transition, update focus after the new view is ready, support interruption, and switch instantly when reduced motion is preferred.
Slide / push page transition
Slides a new page in while pushing the current page out of the viewport.
- Also known as
- Page push, Sliding route, Push navigation
- AI prompt
Implement a slide-push page transition for a mobile-style drill-down. Keep both surfaces clipped inside the viewport during the brief transition, make back navigation reverse it, never leave both pages focusable, preserve the final history state after interruption, and replace the slide with a short fade or instant swap for reduced motion.
Cover / reveal page transition
Places the destination over the current page or uncovers the page beneath it.
- Also known as
- Page cover, Layer reveal, Overlay navigation
- AI prompt
Create a cover-and-reveal transition for a nested page. Establish the correct surface elevation, keep the parent page inert while covered, restore its focus and scroll position when revealed, reverse the motion for Back, avoid trapping users during interruption, and offer a non-spatial reduced-motion variant.
Scale-through page transition
Uses restrained scale and opacity to switch between unrelated top-level pages.
- Also known as
- Zoom-through route, Scale page swap, Depth transition
- AI prompt
Create a scale-through transition between unrelated top-level pages. Keep scale close to 1 so text remains readable, crossfade the views, avoid scaling persistent chrome, update focus and title after the destination is committed, support cancellation, and use opacity only or no animation when reduced motion is preferred.