From adeaf63aa96b4275387e5791ce4dd342307214fa Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Wed, 10 Aug 2016 17:18:45 -0400 Subject: [PATCH] Deprecate jQuery.fx.interval as of 3.0 --- entries/jQuery.fx.interval.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/entries/jQuery.fx.interval.xml b/entries/jQuery.fx.interval.xml index cf67f484..5516d75c 100644 --- a/entries/jQuery.fx.interval.xml +++ b/entries/jQuery.fx.interval.xml @@ -1,12 +1,13 @@ - + jQuery.fx.interval The rate (in milliseconds) at which animations fire. 1.4.3 -

This property can be manipulated to adjust the number of frames per second at which animations will run. The default is 13 milliseconds. Making this a lower number could make the animations run smoother in faster browsers (such as Chrome) but there may be performance and CPU implications of doing so.

+

This property is deprecated as of version 3.0, and has no effect in browsers that support the requestAnimationFrame method.

+

On browsers that do not support requestAnimationFrame, this property can be changed to adjust the interval at which animations will run. The default is 13 milliseconds.

Since jQuery uses one global interval, no animation should be running or all animations should stop for the change of this property to take effect.

@@ -34,4 +35,5 @@ $( "input" ).click(function() { +