Skip to content

Document that we require requestAnimationFrame #167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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