1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-21 05:51:36 +02:00

Minor fixes.

David Oliver
2015-04-22 18:21:53 +02:00
parent 5e84909d7e
commit 9c5402e66e

@@ -2,15 +2,15 @@ Currently, reveal.js has four tiers of browser support:
1. Full support 1. Full support
2. No transitions 2. No transitions
3. All slides in one tall scrollable page 3. All slides in one tall, scrollable page
4. Not supported 4. Not supported
1st tier: __Chrome__, __Safari__, __Firefox__, __Opera__ and __IE10-11__. 1st tier: __Chrome__, __Safari__, __Firefox__, __Opera__ and __IE10-11__.
2rd tier: __IE9__, __Firefox 3.6__. 2nd tier: __IE9__, __Firefox 3.6__.
3th tier: __IE8__. 3rd tier: __IE8__.
4th tier: __IE7 and lower__, __all non-JavaScript browsers__. 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) (When no version # is specified, the current version, the previous version and the next version are supported.)
## Chrome GPU Blacklist ## 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. 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.