Re: [pointerevents] Define event order relative to RAF?

[This](http://jsbin.com/yavuto/quiet) page graphs the horizontal (red)
 and vertical (green) separation between two fingers during a two 
finger scroll.

In current Chrome, there's an ugly alternation between a large delta 
and a small delta on the primary axis of movement, as we send one 
touchmove after the first finger updates each frame, and another 
touchmove after they've both updated. This would go away if we 
buffered our touch input.

Is that the kind of demo you're thinking would be valuable here? If 
so, I'll port it to pointer events.

-- 
GitHub Notif of comment by tdresser
See 
https://github.com/w3c/pointerevents/issues/9#issuecomment-119971640

Received on Thursday, 9 July 2015 13:43:30 UTC