Prevent Footer/Nav animating after suspense loads
This commit is contained in:
parent
e0f5813c39
commit
e9a7de14e7
@ -28,6 +28,7 @@ export default function FooterClient({
|
||||
<SiteGrid
|
||||
contentMain={
|
||||
<AnimateItems
|
||||
animateOnFirstLoadOnly
|
||||
type={!shouldAnimate ? 'none' : 'bottom'}
|
||||
distanceOffset={10}
|
||||
items={showFooter
|
||||
|
||||
@ -51,6 +51,7 @@ export default function NavClient({
|
||||
<SiteGrid
|
||||
contentMain={
|
||||
<AnimateItems
|
||||
animateOnFirstLoadOnly
|
||||
type={!shouldAnimate ? 'none' : 'bottom'}
|
||||
distanceOffset={10}
|
||||
items={showNav
|
||||
|
||||
Loading…
Reference in New Issue
Block a user