Type Alias FrameCallback
Type Declaration
- (event: AnimationEvent): void
Parameters
- event: AnimationEvent
The animation event data provided during animation frame updates.
Returns void
- event: AnimationEvent
Was this helpful?
The animation event data provided during animation frame updates.
A callback function that gets executed for each animation frame. This is simply a utility type.