diff --git a/src/effects.js b/src/effects.js index a41efc28..196807ec 100644 --- a/src/effects.js +++ b/src/effects.js @@ -471,7 +471,7 @@ jQuery.extend( jQuery.fx, { if ( !timers.length ) { jQuery.fx.stop(); } else if ( jQuery.support.requestAnimationFrame ) { - window[jQuery.support.requestAnimationFrame](this); + window[jQuery.support.requestAnimationFrame](jQuery.fx.tick); } },