()
| 9350 | |
| 9351 | // Animations created synchronously will run synchronously |
| 9352 | function createFxNow() { |
| 9353 | setTimeout(function() { |
| 9354 | fxNow = undefined; |
| 9355 | }, 0 ); |
| 9356 | return ( fxNow = jQuery.now() ); |
| 9357 | } |
| 9358 | |
| 9359 | function createTweens( animation, props ) { |
| 9360 | jQuery.each( props, function( prop, value ) { |