fix: use popLayout mode so heavy pages animate in without delay
This commit is contained in:
@@ -18,7 +18,7 @@ export default function SiteLayoutShell({
|
|||||||
<div className="w-full max-w-6xl mx-auto px-4 sm:px-6 pt-8">
|
<div className="w-full max-w-6xl mx-auto px-4 sm:px-6 pt-8">
|
||||||
<SiteNav siteId={siteId} />
|
<SiteNav siteId={siteId} />
|
||||||
</div>
|
</div>
|
||||||
<AnimatePresence mode="wait">
|
<AnimatePresence mode="popLayout">
|
||||||
<motion.div
|
<motion.div
|
||||||
key={pathname}
|
key={pathname}
|
||||||
initial={{ opacity: 0, y: 6 }}
|
initial={{ opacity: 0, y: 6 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user