Skip to content

Commit f2fa2e5

Browse files
committed
jQuery.fx.interval: Remove note about prop having no effect in rAF. Fixes jquery#380.
1 parent 3e9a924 commit f2fa2e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

entries/jQuery.fx.interval.xml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<longdesc>
99
<p>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.</p>
1010
<p>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.</p>
11-
<p><strong>Note:</strong><code>jQuery.fx.interval</code> currently has no effect in browsers that support the <code>requestAnimationFrame</code> property, such as Google Chrome 11. This behavior is subject to change in a future release.</p>
1211
</longdesc>
1312
<example>
1413
<desc>Cause all animations to run with less frames.</desc>

0 commit comments

Comments
 (0)