Is there a way to make streams produce events at every requestAnimationFrame() call instead of every specified delay with "interval"?
As I understand, requestAnimationFrame() way will produce more smooth and at the same time non-excessive events to render at exact positions when everything is about to be drawn.