Debug animations
This commit is contained in:
parent
f0cc4fe252
commit
e874f955d5
@ -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 (
|
return (
|
||||||
<motion.div
|
<motion.div
|
||||||
className={className}
|
className={className}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user