()
| 8682 | |
| 8683 | // Animations created synchronously will run synchronously |
| 8684 | function createFxNow() { |
| 8685 | setTimeout(function() { |
| 8686 | fxNow = undefined; |
| 8687 | }); |
| 8688 | return ( fxNow = jQuery.now() ); |
| 8689 | } |
| 8690 | |
| 8691 | function createTweens( animation, props ) { |
| 8692 | jQuery.each( props, function( prop, value ) { |