()
| 6470 | |
| 6471 | // Animations created synchronously will run synchronously |
| 6472 | function createFxNow() { |
| 6473 | window.setTimeout( function() { |
| 6474 | fxNow = undefined; |
| 6475 | } ); |
| 6476 | return ( fxNow = jQuery.now() ); |
| 6477 | } |
| 6478 | |
| 6479 | // Generate parameters to create a standard animation |
| 6480 | function genFx( type, includeWidth ) { |