-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Browser Support
Hakim El Hattab edited this page Jan 6, 2015
·
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 and IE10-11.
2rd tier: IE9, Firefox 3.6.
3th tier: IE8, the Kindle Fire Silk Browser 1.0 and Maxthon Mobile.
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.