Skip to content

Commit

Permalink
Add missing doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Apr 25, 2024
1 parent e8a0aba commit 127c672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/animations/carouselAnimation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 127c672

Please sign in to comment.