Skip to content

Commit 6b8d58d

Browse files
committed
Fix comment
1 parent 2208e28 commit 6b8d58d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sdk-components-animation/src/stagger-animation.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const StaggerAnimation = forwardRef<
3535
ElementRef<"div">,
3636
StaggerAnimationProps
3737
>(({ slidingWindow = 1, easing = "linear", ...props }, ref) => {
38+
// Implementation is located in private-src
3839
return <div ref={ref} {...props} />;
3940
});
4041

0 commit comments

Comments
 (0)