diff --git a/src/components/AnimateItems.tsx b/src/components/AnimateItems.tsx index f268e8a4..248a86f4 100644 --- a/src/components/AnimateItems.tsx +++ b/src/components/AnimateItems.tsx @@ -130,7 +130,7 @@ function AnimateItems({ }} transition={{ duration: durationResolved, - easing: 'easeOut', + ease: 'easeOut', }} > {item} diff --git a/src/components/Modal.tsx b/src/components/Modal.tsx index 07a3424f..a3e51624 100644 --- a/src/components/Modal.tsx +++ b/src/components/Modal.tsx @@ -83,7 +83,7 @@ export default function Modal({ animate={{ backgroundColor: resolvedTheme === 'dark' ? 'rgba(0, 0, 0, 0.80)' : 'rgba(255, 255, 255, 0.90)' }} - transition={{ duration: 0.3, easing: 'easeOut' }} + transition={{ duration: 0.3, ease: 'easeOut' }} >