From b6fb82cbe4f17a320e4c4714d2455a3645357af9 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 20 May 2020 13:59:02 +0200 Subject: [PATCH] Destroyed Browser Support (markdown) --- Browser-Support.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Browser-Support.md diff --git a/Browser-Support.md b/Browser-Support.md deleted file mode 100644 index 4fd35c4..0000000 --- a/Browser-Support.md +++ /dev/null @@ -1,22 +0,0 @@ -## reveal.js 4.0 > -We support IE11 and any version of Edge, Safari, Firefox or Chrome released in the past two years. - -*** - -## reveal.js < 4.0 -Currently, reveal.js has four tiers of browser support: - -1. Full support -2. No transitions -3. All slides in one tall, scrollable page -4. Not supported - -1st tier: __Chrome__, __Safari__, __Firefox__, __Opera__, __Edge__ and __IE10-11__. -2nd tier: __IE9__, __Firefox 3.6__. -3rd tier: -4th tier: __IE8 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. \ No newline at end of file