@ue-too/board-vue-adapter / useAnimationFrame
Function: useAnimationFrame()
useAnimationFrame(
callback?):void
Defined in: useBoard.ts:65
Hook to run a callback on every animation frame.
Parameters
callback?
(timestamp) => void
Function to call on each animation frame, receives the current timestamp
Returns
void