goog.dom.animationFrame
Functions
expand_more
createTask<THIS>( spec, opt_context ) → function(...?): ?
function(...?): ?
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.
Parameters |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Returns |
|
expand_more
isRunning() → boolean
boolean
Parameters | None. | ||
---|---|---|---|
Returns |
|
Properties
expand_more
Spec → {measure: (Function|undefined), mutate: (Function|undefined)}
{measure: (Function|undefined), mutate: (Function|undefined)}
No information.