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