Age | Commit message (Collapse) | Author |
|
|
|
|
|
layout() and thereby layoutSlideContents() is never invoked
when isPrintingPdf() is true so stretch elements are not
sized correctly.
This is ensured now by invoking the layoutSlideContents
from SetupPDF(). There seems no need to scale down
like in other PR's is suggested.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added toggleHelp function
|
|
|
|
|
|
this way a key can be given ability to toggleHelp on and off. Previously Reveal.showHelp could open the help screen, but no way to close it.
|
|
|
|
|
|
Turn off preview links locally
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allow background images without protocols to have query hashes/parameters.
|
|
|
|
|
|
|
|
|
|
|
|
logic for slide backgrounds
|
|
|
|
|
|
https://github.com/Huxpro/reveal.js into dev
|
|
which are not already in paused state.
|
|
|
|
|
|
|
|
Closes #1603.
|
|
to print
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix #1607
|
|
|
|
The autoSlide duration of media elements with data-autoplay now takes the playbackRate of said media element into account when setting the duration so that autoSlide and the media element stay in sync.
|
|
|
|
On Ubuntu 16.04, the Logitech R400's blackout button gets mapped to 'v'
(keyCode 86). I don't know why this is, but since nothing else is
currently using 'v', this allows it to be supported out of the box.
|
|
|
|
The data-preview-link=false tag can be used to switch off preview links
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
larger max scale #1605
|
|
|
|
|
|
|
|
|
|
|
|
set/remove @disabled on navigation buttons
|
|
|
|
make speaker notes keyboard accessible
|
|
Places div.speaker-notes in default kbd Tab order, and when focused,
prevent slide navigation with up/down arrows, allowing up/down arrow
keys to scroll div.speaker-notes.
|
|
Keeps disabled buttons out of kbd tab order and indicates to assistive
tech like screen readers that button is disabled. Otherwise buttons
that aren’t enabled remain in kbd Tab order and screen readers announce
them as buttons, but they don’t work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
improved. Also improved UserAgent access by storing it in to a local variable, it was accessed so many times in different places.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Auto-sliding will now use the method specified in the config if it is
a function or default to navigateNext.
|