v0.3.0
FagnerMartinsBrack
released this
14 May 06:02
·
302 commits
to master
since this release
Changelog
- 7b4393c: Fix Firefox 3D Bug that requires
transform-style
. - 343299c: enable clicking on elements 'hiding' behind body in 3D
- cfe6448: Basic API to control the presentation flow from JavaScript
- db5857a: Add touch support
- 2b22ee3...2324484: Basic support for iPad (iOS 5 and iOS 4 with polyfills) and Blackberry Playbook
Breaking Changes
Because API was introduced the way impress.js script is initialized was changed a bit. You not only have to include impress.js script file, but also call impress()
function.
See the source of index.html for example and more details.