问题
does requestAnimationFrame run the functions queued up on it concurrently with other normally run javascript, i.e. from user input or from setTimeout/setInterval?
回答1:
It runs on the same single thread like everything else (except Workers), so yes.
来源:https://stackoverflow.com/questions/14667440/is-requestanimationframe-run-concurrently-with-other-scripts