Skip to content

Commit c69e141

Browse files
authored
Merge pull request #167 from ewilligers/need-raf
Document that we require requestAnimationFrame
2 parents c09f0d2 + c5bf98e commit c69e141

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/support.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ Browser support
1313

1414
The polyfill is supported on modern versions of all major browsers, including:
1515

16-
* Chrome
16+
* Chrome 56+
1717
* Firefox 27+
1818
* IE10+ (including Edge)
1919
* Safari (iOS) 7.1+
2020
* Safari (Mac) 9+
2121

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+
2226
Native fallback
2327
---------------
2428

0 commit comments

Comments
 (0)