Remove animation debugging
This commit is contained in:
parent
e874f955d5
commit
ee841518ec
@ -75,24 +75,6 @@ function AnimateItems({
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log('Animation debug', {
|
|
||||||
type,
|
|
||||||
duration,
|
|
||||||
staggerDelay,
|
|
||||||
scaleOffset,
|
|
||||||
distanceOffset,
|
|
||||||
animateFromAppState,
|
|
||||||
animateOnFirstLoadOnly,
|
|
||||||
staggerOnFirstLoadOnly,
|
|
||||||
hasLoadedInitial,
|
|
||||||
nextPhotoAnimationInitial,
|
|
||||||
shouldAnimate,
|
|
||||||
shouldStagger,
|
|
||||||
typeResolved,
|
|
||||||
durationResolved,
|
|
||||||
initialVariant: getInitialVariant(),
|
|
||||||
});
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<motion.div
|
<motion.div
|
||||||
className={className}
|
className={className}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user