}
jQuery.Animation = jQuery.extend( Animation, {
-<<<<<<< HEAD
-=======
tweeners: {
"*": [ function( prop, value ) {
} ]
},
->>>>>>> b3b2d6c... Effects: Adding unit tests for jQuery.Animation
tweener: function( props, callback ) {
if ( jQuery.isFunction( props ) ) {
callback = props;
jQuery.fx.interval = 10;
},
teardown: function() {
-<<<<<<< HEAD
- this.clock.restore();
-=======
this.sandbox.restore();
jQuery.now = Date.now;
->>>>>>> cdaed15... Effects: Add tests for jQuery.Tween
jQuery.fx.stop();
jQuery.fx.interval = this._oldInterval;
window.requestAnimationFrame = oldRaf;