Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by default
|
|
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?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks for the multi-control support!
|
|
is now on by default (#70)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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()
|
|
(#190)
|
|
|
|
Adding info about the fullscreen mode to README.md
|
|
Add info about the fullscreen mode
|
|
|
|
|
|
|
|
fixed link for browser support
|
|
|
|
|
|
|
|
|
|
was pointing at changelog
|
|
|
|
|
|
#155 #162)
|
|
|
|
|
|
https://github.com/technicalpickles/reveal.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
typo
|
|
|
|
|
|
Note that socket.io and a few others are not shipped by default
|
|
|
|
Clarified a bit how horizontal and vertical slides relate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set to 900px (closes #49)
|
|
(closes #95)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
initialize call
|
|
instead of ID"
|
|
instead of alert to demonstrate custom events
|
|
|