Prevent tag stagger animation after first load

This commit is contained in:
Sam Becker 2023-09-18 19:17:19 -05:00
parent 9691167521
commit 11dfd7da27

View File

@ -41,6 +41,7 @@ export default async function GridPage({
contentSide={tags &&
<AnimateItems
items={tags.map(tag => <PhotoTag key={tag} tag={tag} />)}
staggerOnFirstLoadOnly
/>}
sideHiddenOnMobile
/>