Page Flip Transition
An editorial page transition that uses a page-turn metaphor for portfolios, stories, and brand-led navigation.

Overview
Page Flip Transition turns the cut between routes into a designed moment: the route change borrows a page metaphor.
Use it on brand sites, campaign pages, portfolios, and editorial journeys where route changes benefit from continuity. Avoid it in apps, docs, checkout, and search paths where navigation speed is the feature.
The main risk is delay. Mount the transition where route state actually changes, keep the duration short, restore focus after navigation, and give reduced-motion users an instant or nearly instant path.
(Next.js App Router only. Requires next-transition-router for route-transition lifecycle hooks and must be wrapped in its provider. This effect will not function in plain React or in the Next.js Pages Router.)
Install Command
This is a Pro Effect.
You can preview it now. Upgrade to Pro for instant install access.
Usage Code
This is a Pro Effect.
You can preview it now. Upgrade to Pro for instant install access.
Component Code
This is a Pro Effect.
You can preview it now. Upgrade to Pro for instant install access.
Example Production Use Case
Use this as route-transition implementation guidance. Verify the shipped integration point, route-state behavior, focus restoration, cleanup, timing controls, and reduced-motion fallback before relying on exact props, defaults, imports, or installation steps.
Best Used For
- Editorial and portfolio sites where a page metaphor fits the content model.
- Low-frequency navigation moments where the flip supports continuity instead of delaying tasks.
- Page Flip Transition turns route change into a brief brand moment without delaying orientation.
Not For
Not for apps, docs, checkout, search, or frequently navigated product flows where delay harms completion.
Performance Budget
Keep duration short, avoid artificial route delays, and do not block interactivity after the destination route is ready.
Accessibility and Mobile
Move focus to the destination main region after navigation. On mobile and reduced motion, use instant transitions or short fades.
Common Mistakes
- Using Page Flip Transition as fake loading delay.
- Forgetting focus restoration after navigation.
- Running full-screen motion for reduced-motion users.
Changelog
v1.1.0
Jul 21, 2026v1.0.0
Feb 10, 2026Props
| Prop | Type | Default | Description |
|---|---|---|---|
duration | number | 0.9 | Page flip duration. |
bgColor | string | #ff5f00 | Overlay background color. |
Frequently Asked Questions
When should I use Page Flip Transition?
Use it when an editorial or portfolio route change suits a page-flip metaphor without delaying navigation.
Where should Page Flip Transition mount in the App Router?
Mount it where the route wrapper remounts on navigation, often a template or route-transition component rather than a persistent layout.
How long should Page Flip Transition last?
Keep it short, usually 300–600ms. Longer transitions need a real loading reason.
How should focus work after Page Flip Transition?
Move focus to the destination main region or heading after navigation completes.
What is the reduced-motion fallback for Page Flip Transition?
Use instant navigation or a brief fade, not full-screen movement or masks.
Request a Custom Page Transition Animation
Need a custom effect? Tell us what to create.

