()
| 7496 | |
| 7497 | // Animations created synchronously will run synchronously |
| 7498 | function createFxNow() { |
| 7499 | window.setTimeout( function() { |
| 7500 | fxNow = undefined; |
| 7501 | } ); |
| 7502 | return ( fxNow = jQuery.now() ); |
| 7503 | } |
| 7504 | |
| 7505 | // Generate parameters to create a standard animation |
| 7506 | function genFx( type, includeWidth ) { |