Skip to content

@continuum-js/dom


@continuum-js/dom / animationFrames

Function: animationFrames()

animationFrames(): Stream<number>

Defined in: index.tsx:963

An Stream<number> of requestAnimationFrame timestamps (ms). Drives the continuous-time combinators (integral/derivative/warp from the core). Registered against the current owner: it stops automatically on unmount.

Returns

Stream<number>