()
| 6463 | rrun = /queueHooks$/; |
| 6464 | |
| 6465 | function 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 |
| 6478 | function createFxNow() { |