We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96501d3 commit ab1504fCopy full SHA for ab1504f
src/effects.js
@@ -411,7 +411,7 @@ jQuery.fx.prototype = {
411
if ( t() && jQuery.timers.push(t) && !timerId ) {
412
// Use requestAnimationFrame instead of setInterval if available
413
if ( requestAnimationFrame ) {
414
- timerId = 1;
+ timerId = true;
415
raf = function() {
416
// When timerId gets set to null at any point, this stops
417
if ( timerId ) {
0 commit comments