Skip to content

Commit

Permalink
fix: gallery animation delay
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudobun committed Oct 12, 2024
1 parent 463c54a commit 5364736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/portfolio/src/components/GalleryGrid/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function GalleryGrid({
type: 'spring',
stiffness: 100,
damping: 10,
delay: idx * 0.4, // Stagger each image with index-based delay
delay: 0.4,
}}
>
<Image
Expand Down

0 comments on commit 5364736

Please sign in to comment.