From a1f8742f51e9945cb4e299f84c775177a2c4b100 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:42:51 +0000 Subject: [PATCH] Update src/components/cardStack/hooks/useCardAnimation.ts --- src/components/cardStack/hooks/useCardAnimation.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/cardStack/hooks/useCardAnimation.ts b/src/components/cardStack/hooks/useCardAnimation.ts index 45ac588..7cf4660 100644 --- a/src/components/cardStack/hooks/useCardAnimation.ts +++ b/src/components/cardStack/hooks/useCardAnimation.ts @@ -9,6 +9,8 @@ export interface UseCardAnimationProps { containerRef?: RefObject; perspectiveRef?: RefObject; bottomContentRef?: RefObject; + animationType?: CardAnimationType | BentoAnimationType | CardAnimationTypeWith3D; + cardsOffset?: number; } export const useCardAnimation = ( -- 2.49.1