Re: [RequestAnimationFrame] ally: background animation rate: do not throttle

On 2/11/13 7:38 AM, Jonathan Chetwynd wrote:
> These might for instance include motion detection, when using a remote
> webcam, such as perhaps a baby monitor**.

This seems like a use case better served by setInterval.

The whole point of requestAnimationFrame is that it should be used for 
things that you want to run as the browser displays stuff.  For things 
that just need to run on a fixed timer, setInterval is a better fit.

-Boris

Received on Monday, 11 February 2013 15:43:48 UTC