B1: React Query deeper adoption (P1–P3) #86
|
|
@ -6,7 +6,7 @@ export default function PageTransition({ children, routeKey }) {
|
||||||
if (reduceMotion) return children;
|
if (reduceMotion) return children;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<AnimatePresence mode="wait" initial={false}>
|
<AnimatePresence initial={false}>
|
||||||
<motion.div
|
<motion.div
|
||||||
key={routeKey}
|
key={routeKey}
|
||||||
initial={{ opacity: 0, y: 8 }}
|
initial={{ opacity: 0, y: 8 }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue