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

Function schedule

src/effects.js:25–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 rrun = /queueHooks$/;
24
25function schedule() {
26 if ( inProgress ) {
27 if ( document.hidden === false && window.requestAnimationFrame ) {
28 window.requestAnimationFrame( schedule );
29 } else {
30 window.setTimeout( schedule, 13 );
31 }
32
33 jQuery.fx.tick();
34 }
35}
36
37// Animations created synchronously will run synchronously
38function createFxNow() {

Callers 1

effects.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected