()
| 7061 | |
| 7062 | // Animations created synchronously will run synchronously |
| 7063 | function createFxNow() { |
| 7064 | setTimeout(function() { |
| 7065 | fxNow = undefined; |
| 7066 | }); |
| 7067 | return ( fxNow = jQuery.now() ); |
| 7068 | } |
| 7069 | |
| 7070 | // Generate parameters to create a standard animation |
| 7071 | function genFx( type, includeWidth ) { |