Function: animateInterval()
animateInterval(
duration,onProgress,signal?):Promise<void>
Defined in: coreUtils/scheduler.ts:113
Runs specified callback on each rendered frame for the duration interval
using requestAnimationFrame.
Parameters
| Parameter | Type |
|---|---|
|
|
| ( |
|
|
Returns
Promise<void>