We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c09f0d2 + c5bf98e commit c69e141Copy full SHA for c69e141
docs/support.md
@@ -13,12 +13,16 @@ Browser support
13
14
The polyfill is supported on modern versions of all major browsers, including:
15
16
-* Chrome
+* Chrome 56+
17
* Firefox 27+
18
* IE10+ (including Edge)
19
* Safari (iOS) 7.1+
20
* Safari (Mac) 9+
21
22
+In particular, the polyfill requires requestAnimationFrame. If your browser does not
23
+have requestAnimationFrame, consider loading a requestAnimationFrame polyfill first
24
+([example](https://gist.githubusercontent.com/paulirish/1579671/raw/682e5c880c92b445650c4880a6bf9f3897ec1c5b/rAF.js)).
25
+
26
Native fallback
27
---------------
28
0 commit comments