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 = (