()
| 6241 | |
| 6242 | // Animations created synchronously will run synchronously |
| 6243 | function createFxNow() { |
| 6244 | setTimeout(function() { |
| 6245 | fxNow = undefined; |
| 6246 | }); |
| 6247 | return ( fxNow = jQuery.now() ); |
| 6248 | } |
| 6249 | |
| 6250 | // Generate parameters to create a standard animation |
| 6251 | function genFx( type, includeWidth ) { |