This executor executes once every frame after it is started. The frame rate is detemined by the device's display refresh rate.Most common refresh rate is 60Hz with other refresh rates e.g 30Hz, 40Hz, 75Hz, 120Hz and 144Hz also being common.
This is a wrapper around requestAnimationFrame.
requestAnimationFrame
This executor executes once every frame after it is started. The frame rate is detemined by the device's display refresh rate.Most common refresh rate is 60Hz with other refresh rates e.g 30Hz, 40Hz, 75Hz, 120Hz and 144Hz also being common.
This is a wrapper around
requestAnimationFrame
.