()
| 7285 | |
| 7286 | // Animations created synchronously will run synchronously |
| 7287 | function createFxNow() { |
| 7288 | window.setTimeout( function() { |
| 7289 | fxNow = undefined; |
| 7290 | } ); |
| 7291 | return ( fxNow = Date.now() ); |
| 7292 | } |
| 7293 | |
| 7294 | // Generate parameters to create a standard animation |
| 7295 | function genFx( type, includeWidth ) { |