Recently, I was experimented with requestAnimationFrame API and came across on strange beviour of chrome.
Look at this (165hz):
In comparison with:
At 165hz some frames are skipped, but not at 60hz.
I also wonder why the first frames are not displayed:
If there are people who can explain this?