MCPcopy Index your code
hub / github.com/components/jquery / schedule

Function schedule

jquery.js:6465–6475  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6463 rrun = /queueHooks$/;
6464
6465function schedule() {
6466 if ( inProgress ) {
6467 if ( document$1.hidden === false && window.requestAnimationFrame ) {
6468 window.requestAnimationFrame( schedule );
6469 } else {
6470 window.setTimeout( schedule, 13 );
6471 }
6472
6473 jQuery.fx.tick();
6474 }
6475}
6476
6477// Animations created synchronously will run synchronously
6478function createFxNow() {

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected