From 364d62ddbfcc8a5f5e1c417b355b7dee1bff539e Mon Sep 17 00:00:00 2001 From: StereotypicalApps Date: Sun, 5 Aug 2012 13:18:54 -0700 Subject: [PATCH] created browser support page --- Browser-Support.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Browser-Support.md diff --git a/Browser-Support.md b/Browser-Support.md new file mode 100644 index 0000000..e734361 --- /dev/null +++ b/Browser-Support.md @@ -0,0 +1,13 @@ +Currently, reveal.js has four tiers of browser support: + +1. 3D Transforms version +2. 2D UI with only linear and page animations +3. 2D UI with no animation +4. 2D UI showing all slides in a vertical row +(Ignoring ESC key support as it would complicate things) + +1st tier: __Chrome__, __Safari__, __Firefox__, and __IE10__. +2nd tier: __Opera__ and __Maxthon__. +3rd tier: __IE9__. +4th tier: __IE8__, the Kindle Fire Silk Browser 1.0 and __Maxthon Mobile__. +(When no version # is specified, the current version, the previous version, and the next version are supported) \ No newline at end of file