WICG / video-rvfc

video.requestVideoFrameCallback() incubation
https://wicg.github.io/video-rvfc/
Other
54 stars 19 forks source link

List of animation frame callbacks is never used to invoke callbacks #10

Closed foolip closed 4 years ago

foolip commented 4 years ago

https://wicg.github.io/video-raf/#list-of-animation-frame-callbacks

This list is appended to in requestAnimationFrame, but nothing outside of cancelAnimationFrame, nothing looks at this list or invokes any of the callbacks.

tguilbert-google commented 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.

foolip commented 4 years ago

Thanks! Looks like https://github.com/WICG/video-raf/issues/1 covers what's left to do here.