- Mar 09, 2013
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Mar 04, 2013
-
-
Hakim El Hattab authored
-
- Feb 27, 2013
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Feb 06, 2013
-
-
Hakim El Hattab authored
-
- Feb 03, 2013
-
-
Hakim El Hattab authored
-
- Jan 31, 2013
-
-
Hakim El Hattab authored
-
- Jan 23, 2013
-
-
Hakim El Hattab authored
-
hakimel authored
-
- Jan 22, 2013
-
-
Aaron Steele authored
-
- Jan 21, 2013
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
hakimel authored
-
hakimel authored
-
- Jan 18, 2013
-
-
Rob Schellhorn authored
-
- Jan 16, 2013
-
-
Joel Brandt authored
-
- Jan 09, 2013
-
-
Hakim El Hattab authored
-
- Jan 07, 2013
-
-
Hakim El Hattab authored
-
- Dec 31, 2012
-
-
Nick Schonning authored
-
- Nov 27, 2012
-
-
Hakim El Hattab authored
-
- Nov 20, 2012
-
-
Hakim El Hattab authored
-
- Nov 17, 2012
-
-
Hakim El Hattab authored
-
- Nov 13, 2012
-
-
Dan Dascalescu authored
Essentially, slides have variable height now. This is not normally visible, but with transitions that have a non-transparent background, like `cube` or `page`, it is: http://lab.hakim.se/reveal-js/?transition=cube Before, slides had a fixed height, which means that presentations designed with that assumption in mind will look very different now. Another aspect that I bumped into is that I used the slide's height to dynamically size images to fill the remainder of the space from the heading to the footer, like this (stripped to the essence): bigImage.style.height = section.offsetHeight - bigImage.offsetTop + 'px'; Alternatively, is there an easy way to restore the previous functionality?
-
- Nov 12, 2012
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Nov 11, 2012
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Dan Dascalescu authored
Thanks for the multi-control support!
-
- 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
-
- Nov 05, 2012
-
-
Federico Fissore authored
-
- Oct 30, 2012
-
-
Bruno Bord authored
-
- Oct 28, 2012
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- 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()
-