Skip to content
hakimel edited this page Apr 11, 2013 · 17 revisions

Currently, reveal.js has five tiers of browser support:

  1. 3D Transforms version
  2. 2D UI with only linear animations
  3. 2D UI with no animation
  4. 2D UI showing all slides in a vertical row
  5. Absolutely no support - either nothing shown onscreen or screen contents mangled/disfigured

1st tier: Chrome, Safari, Firefox, and IE10.
2nd tier: Opera, Maxthon, Android 2.3.7 stock browser, Dolphin 9.
3rd tier: IE9, Firefox 3.6.
4th tier: IE8, the Kindle Fire Silk Browser 1.0 and Maxthon Mobile.
5th 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)

Chrome GPU Blacklist

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.

Clone this wiki locally