()
| 8039 | |
| 8040 | // Animations created synchronously will run synchronously |
| 8041 | function createFxNow() { |
| 8042 | setTimeout(function() { |
| 8043 | fxNow = undefined; |
| 8044 | }); |
| 8045 | return ( fxNow = jQuery.now() ); |
| 8046 | } |
| 8047 | |
| 8048 | function createTween( value, prop, animation ) { |
| 8049 | var tween, |