()
| 80 | |
| 81 | // Animations created synchronously will run synchronously |
| 82 | function createFxNow() { |
| 83 | setTimeout(function() { |
| 84 | fxNow = undefined; |
| 85 | }); |
| 86 | return ( fxNow = jQuery.now() ); |
| 87 | } |
| 88 | |
| 89 | // Generate parameters to create a standard animation |
| 90 | function genFx( type, includeWidth ) { |