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 @@
- 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 On browsers that do not support 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.requestAnimationFrame
method.requestAnimationFrame
, this property can be changed to adjust the interval at which animations will run. The default is 13 milliseconds.