- Nov 14, 2012
-
-
Hakim El Hattab authored
-
- Nov 13, 2012
-
-
Hakim El Hattab authored
-
- Nov 12, 2012
-
-
Antoine Musso authored
Authors might want to use a shared reveal.js installation for all their presentations such as: $ ls -1 -F 20120105-how-to-use-git.html 20121101-wikimedia-scaling.html reveal.js/ $ In this case, the plugin callbacks will not be called at all. When using head.js, the callback is marked as depending upon the loading of a Javscript filename. The regex used to find out the filename is applied to the full path which in the above case would be something like: reveal.js/plugin/highlight/highlight.js The regex will thus give out 'reveal.js' as a file depency instead of the expected 'highlight.js' The fix is quiet easy: simply make sure that we are looking for a file that actually ends with '.js' instead of simply containing '.js' by adding a $.
-
- Nov 11, 2012
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Nov 10, 2012
-
-
Hakim El Hattab authored
fix vertical transition for vertically centered slides, vertical centering is now on by default (#70)
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Oct 29, 2012
-
-
Hakim El Hattab authored
-
- Oct 28, 2012
-
-
Hakim El Hattab authored
-
- Oct 25, 2012
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Oct 24, 2012
-
-
Michael Kühnel authored
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
-
Michael Kühnel authored
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
-
- Oct 23, 2012
-
-
Michael Kühnel authored
Change source from reveal.min.js to reveal.js for testing purposes. Add nextFragment and previousFragment to the API: Making it possible to call the methods Reveal.nextFragment() and Reveal.previousFragment() from »outside«. Update README.md: Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()
-
Hakim El Hattab authored
-
- Oct 22, 2012
-
-
Russell Beattie authored
-
- Oct 21, 2012
-
-
Hakim El Hattab authored
-
- Oct 20, 2012
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Oct 18, 2012
-
-
Michael Kühnel authored
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
-
Michael Kühnel authored
Because of consistency with the existent methods Reveal.prev() and Reveal.next()
-
Michael Kühnel authored
Making it possible to call the methods Reveal.nextFragment() and Reveal.previousFragment() from »outside«.
-
Hakim El Hattab authored
-
- Oct 17, 2012
-
-
Hakim El Hattab authored
-
- Oct 15, 2012
-
-
Hakim El Hattab authored
-
- Oct 14, 2012
-
-
Hakim El Hattab authored
-
Michael Kühnel authored
Using the latest Uglify JS with --no-seqs
-
Michael Kühnel authored
Handling the fullscreen functionality via the fullscreen JavaScript API. Press »f« on the keyboard to enter fullscreen mode.
-
- Oct 13, 2012
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Oct 11, 2012
-
-
ageier authored
-