()
| 7916 | |
| 7917 | // Animations created synchronously will run synchronously |
| 7918 | function createFxNow() { |
| 7919 | setTimeout(function() { |
| 7920 | fxNow = undefined; |
| 7921 | }); |
| 7922 | return ( fxNow = jQuery.now() ); |
| 7923 | } |
| 7924 | |
| 7925 | function createTween( value, prop, animation ) { |
| 7926 | var tween, |