From 60f61da12ec077c4a06dcf9bcf0553dce575de59 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Thu, 12 Jun 2025 16:33:28 -0500 Subject: [PATCH] Update framer-motion type --- src/components/AnimateItems.tsx | 2 +- src/components/Modal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' }} >