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() { +