Closed foolip closed 4 years ago
I added the procedure that uses it. I have also added an issue about how to schedule that procedure, which I'm not really sure how to write in spec form.
Thanks! Looks like https://github.com/WICG/video-raf/issues/1 covers what's left to do here.
https://wicg.github.io/video-raf/#list-of-animation-frame-callbacks
This list is appended to in
requestAnimationFrame
, but nothing outside ofcancelAnimationFrame
, nothing looks at this list or invokes any of the callbacks.