impressive hardboiled fallback support added

This commit is contained in:
Bartek Szopka
2011-12-31 13:41:50 +01:00
parent 5ca2c6f510
commit 32a5c39857
4 changed files with 54 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ BROWSER SUPPORT
-----------------
Impress.js is developed with current webkit-based browsers in mind (Chrome,
Safari), but *should* work also in other browsers supporting CSS3 transforms
Safari), but *should* work also in other browsers supporting CSS3 3D transforms
and transitions (Firefox, IE10).
It's actively developed with newest Chromium and tested in Firefox Aurora.
@@ -17,6 +17,9 @@ It's actively developed with newest Chromium and tested in Firefox Aurora.
I don't really expect it to run smoothly in non-webkit-based browser.
If it does, just let me know, I'll glad to hear that!
For browsers not supporting CSS3 3D transforms impress.js adds `impress-not-supported`
class on `#impress` element, so fallback styles can be applied.
LICENSE
---------