-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Browser Support
Benjamin Tan edited this page Mar 8, 2016
·
17 revisions
Currently, reveal.js has four tiers of browser support:
- Full support
- No transitions
- All slides in one tall, scrollable page
- Not supported
1st tier: Chrome, Safari, Firefox, Opera, Edge and IE10-11.
2nd tier: IE9, Firefox 3.6.
3rd tier: IE8.
4th tier: IE7 and lower, all non-JavaScript browsers.
(When no version # is specified, the current version, the previous version and the next version are supported.)
Some graphics cards are blacklisted in Chrome which leads to unexpected visual results. If affected you may see either bad performance as Chrome has fallen back on software rasterization or you may not get any 3D effects at all. You can try running chrome with the --ignore-gpu-blacklist
flag to work around this.