useShimmerAnimation.ts

This commit is contained in:
nirholas
2026-03-31 10:23:19 +00:00
parent e2d97f0ec9
commit 2090530fed

View File

@@ -29,3 +29,4 @@ export function useShimmerAnimation(
}
return [ref, messageWidth + 10 - (cyclePosition % cycleLength)]
}