()
| 8869 | |
| 8870 | // Animations created synchronously will run synchronously |
| 8871 | function createFxNow() { |
| 8872 | setTimeout(function() { |
| 8873 | fxNow = undefined; |
| 8874 | }); |
| 8875 | return ( fxNow = jQuery.now() ); |
| 8876 | } |
| 8877 | |
| 8878 | function createTween( value, prop, animation ) { |
| 8879 | var tween, |