![]()
Returns a function that schedules the two passed-in functions to be run upon
the next animation frame. Calling the function again during the same
animation frame does nothing.
The function under the "measure" key will run first and together with all
other functions scheduled under this key and the function under "mutate" will
run after that.
Arguments:
Returns: function(...[?])
No description.
|
code » | |||
![]()
Request to be called upon the
next animation frame if we haven't done so already.
|
code » | |||
![]()
Run scheduled tasks.
|
code » |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
Values are 0 or 1, for whether the first or second array should be used to
lookup or add tasks.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
Whether we have already requested an animation frame that hasn't happened
yet.
|
Code » | |
![]()
Counter to generate IDs for tasks.
|
Code » | |
![]()
Saves a set of tasks to be executed in the next requestAnimationFrame phase.
This list is initialized once before any event firing occurs. It is not
affected by the fired events or the requestAnimationFrame processing (unless
a new event is created during the processing).
|
Code » |