Skip to content
  1. Jan 07, 2013
  2. Nov 27, 2012
  3. Nov 20, 2012
  4. Nov 17, 2012
  5. Nov 13, 2012
    • Dan Dascalescu's avatar
      Document vertical centering breaking backcompat · dfa98a11
      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?
      dfa98a11
  6. Nov 12, 2012
  7. Nov 11, 2012
  8. Nov 10, 2012
  9. Nov 05, 2012
  10. Oct 30, 2012
  11. Oct 28, 2012
  12. Oct 23, 2012
    • Michael Kühnel's avatar
      Cherry picking from branch fix-fragments-in-speakernotes · 40c899ec
      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()
      40c899ec
  13. Oct 20, 2012
  14. Oct 18, 2012
  15. Oct 17, 2012
  16. Oct 15, 2012
  17. Oct 13, 2012
  18. Oct 12, 2012
  19. Oct 11, 2012
  20. Oct 08, 2012
  21. Sep 30, 2012
  22. Sep 21, 2012
  23. Sep 10, 2012
  24. Sep 09, 2012
  25. Sep 04, 2012