Y
Hacker News
new
|
ask
|
show
|
jobs
by
js8
3382 days ago
I would think answer is NO, but (why not) is there a way to synchronize painting of the picture with the vertical synchronization of the screen in modern browsers, to prevent flickering?
1 comments
ricardobeat
3381 days ago
That's `requestAnimationFrame` - it will lock at 60hz if possible, though I believe 60fps is not enough to get rid of the flickering.
link