()
| 6290 | |
| 6291 | // Animations created synchronously will run synchronously |
| 6292 | function createFxNow() { |
| 6293 | setTimeout(function() { |
| 6294 | fxNow = undefined; |
| 6295 | }); |
| 6296 | return ( fxNow = jQuery.now() ); |
| 6297 | } |
| 6298 | |
| 6299 | // Generate parameters to create a standard animation |
| 6300 | function genFx( type, includeWidth ) { |