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