diff --git a/src/components/AnimateItems.tsx b/src/components/AnimateItems.tsx index c650de48..946c7cc5 100644 --- a/src/components/AnimateItems.tsx +++ b/src/components/AnimateItems.tsx @@ -75,6 +75,24 @@ function AnimateItems({ } }; + console.log('Animation debug', { + type, + duration, + staggerDelay, + scaleOffset, + distanceOffset, + animateFromAppState, + animateOnFirstLoadOnly, + staggerOnFirstLoadOnly, + hasLoadedInitial, + nextPhotoAnimationInitial, + shouldAnimate, + shouldStagger, + typeResolved, + durationResolved, + initialVariant: getInitialVariant(), + }); + return (