Skip to content

Commit

Permalink
Merge pull request #167 from ewilligers/need-raf
Browse files Browse the repository at this point in the history
Document that we require requestAnimationFrame
  • Loading branch information
ewilligers authored Aug 16, 2017
2 parents c09f0d2 + c5bf98e commit c69e141
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ Browser support

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

* Chrome
* Chrome 56+
* Firefox 27+
* IE10+ (including Edge)
* Safari (iOS) 7.1+
* Safari (Mac) 9+

In particular, the polyfill requires requestAnimationFrame. If your browser does not
have requestAnimationFrame, consider loading a requestAnimationFrame polyfill first
([example](https://gist.githubusercontent.com/paulirish/1579671/raw/682e5c880c92b445650c4880a6bf9f3897ec1c5b/rAF.js)).

Native fallback
---------------

Expand Down

0 comments on commit c69e141

Please sign in to comment.