()
| 3697 | |
| 3698 | // Animations created synchronously will run synchronously |
| 3699 | function createFxNow() { |
| 3700 | setTimeout(function() { |
| 3701 | fxNow = undefined; |
| 3702 | }); |
| 3703 | return ( fxNow = jQuery.now() ); |
| 3704 | } |
| 3705 | |
| 3706 | // Generate parameters to create a standard animation |
| 3707 | function genFx( type, includeWidth ) { |