Skip to content

Commit 6f6bd11

Browse files
committed
Add a note to README about the plugin not being needed with jQuery >=3
1 parent 0a1dd69 commit 6f6bd11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Replaces the standard jQuery timer loop with `requestAnimationFrame` where supported.
44

5+
NOTE: jQuery 3.0.0 & newer uses `requestAnimationFrame` natively if it's available in the browser. This plugin is only needed for older versions of jQuery. If it detects jQuery 3.0 or newer it warns and does nothing.
6+
57
**Requires jQuery 1.8+**
68

79
## What is `requestAnimationFrame`?

0 commit comments

Comments
 (0)