use-animation-frame.ts

This commit is contained in:
nirholas
2026-03-31 10:23:39 +00:00
parent 80cc0eb600
commit e32f9de457

View File

@@ -55,3 +55,4 @@ export function useAnimationFrame(
return [viewportRef, time]
}