fix: TypeScript type for Framer Motion transition

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-03 14:02:25 +00:00
parent 589cb8a3a0
commit 1547119f12

View File

@@ -112,7 +112,7 @@ const itemVariants = {
opacity: 1, opacity: 1,
y: 0, y: 0,
scale: 1, scale: 1,
transition: { type: 'spring', stiffness: 300, damping: 30 } transition: { type: 'spring' as const, stiffness: 300, damping: 30 }
} }
} }