()
| 62 | // Animations created synchronously will run synchronously |
| 63 | |
| 64 | function createFxNow() { |
| 65 | setTimeout(function() { |
| 66 | fxNow = undefined; |
| 67 | }); |
| 68 | return (fxNow = jQuery.now()); |
| 69 | } |
| 70 | |
| 71 | function createTween(value, prop, animation) { |
| 72 | var tween, |