()
| 7038 | |
| 7039 | // Animations created synchronously will run synchronously |
| 7040 | function createFxNow() { |
| 7041 | window.setTimeout( function() { |
| 7042 | fxNow = undefined; |
| 7043 | } ); |
| 7044 | return ( fxNow = Date.now() ); |
| 7045 | } |
| 7046 | |
| 7047 | // Generate parameters to create a standard animation |
| 7048 | function genFx( type, includeWidth ) { |