diff --git a/src/hooks/animations/carouselAnimation.ts b/src/hooks/animations/carouselAnimation.ts index bccbcb5..ed97f4f 100644 --- a/src/hooks/animations/carouselAnimation.ts +++ b/src/hooks/animations/carouselAnimation.ts @@ -3,7 +3,7 @@ import {useEffect} from "react"; /** * Returns objects to play carousel animation - * @param xValue + * @param xValue the value to translate the carousel by */ export function useCarouselAnimation(xValue: number) { const translateX = useSharedValue(xValue);