- Dec 19, 2019
-
-
Hakim El Hattab authored
-
- Dec 09, 2019
-
-
Hakim El Hattab authored
Allowing autoplay in data-background-iframe for audio and video elements
-
Hakim El Hattab authored
Add forgotten element to Table of Contents
-
Hakim El Hattab authored
-
Hakim El Hattab authored
Add mobileViewDistance config key
-
- Oct 18, 2019
-
-
Tuur Dutoit authored
-
- Oct 11, 2019
-
-
Hakim El Hattab authored
-
- Aug 22, 2019
-
-
Hakim El Hattab authored
-
- Jul 12, 2019
-
-
İsmail Arılık authored
-
- Jul 08, 2019
-
-
Hakim El Hattab authored
update minimal nodejs version in readme
-
Hakim El Hattab authored
Tweak to MathJax example
-
Hakim El Hattab authored
-
Hakim El Hattab authored
Update package.json for node 12 support
-
Hakim El Hattab authored
docs: fix typo
-
- Jul 07, 2019
-
-
Aurelien Normand authored
-
Aurélien Normand authored
simple node-sass update which fixes this issue
-
- Jul 05, 2019
-
-
Jason Cooke authored
-
- Jun 22, 2019
-
-
Pius Uzamere authored
Added a missing comma and used an actual macro so that the MathJax example runs right out of the box upon a copy/paste.
-
- Jun 10, 2019
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
Fix plugin documentation regarding init-Promises
-
Hakim El Hattab authored
add missing comma to MathJax example in README
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Jun 09, 2019
-
-
TehDmitry authored
It was restricted by «Autoplay Policy Changes»: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes#iframe
-
- Jun 07, 2019
-
-
autopp authored
-
- May 29, 2019
-
-
Zach DeCook authored
-
Zach DeCook authored
-
- May 27, 2019
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
Fix arrow down navigation on touch devices
-
Hakim El Hattab authored
-
- May 22, 2019
-
-
Florian Haas authored
When using the totalTime-based pacing calculation, a presenter may inadvertently set totalTime and per-slide data-timing attributes in such a way that the pacing time for some slides is impossibly low or even negative. Add a check to ensure that the pacing on a slide never falls below a configurable minimum, defaulting to 0. Display an alert if the pacing for any slide(s) falls below the threshold.
-
- May 20, 2019
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
new API methods for getting horizontal/vertical slides, force linear navigation for one-dimensional decks
-
- May 18, 2019
-
-
NoriSte authored
-
- May 13, 2019
-
-
Hakim El Hattab authored
iframe background preload behavior now matches inline iframes + adheres to the new 'preloadIframes' config option
-
- May 12, 2019
-
-
Florian Haas authored
The current pacing timer operates on the assumption that there is a default amount of time to be allocated to each slide, and that individual slides can deviate from that default by specifying their own data-timing attribute. This patch introduces an alternate pacing method: by specifying the totalTime configuration option, the presenter can set the total time available to present. The pacing timer will then continue to allocate the exact pacing time for slides that do have data-timing set, as before. However, rather than applying the defaultTiming constant to all others, it will - Add up the time already allocated to slides via data-timing; - subtract that from totalTime; - divide the difference by the number of slides without data-timing set; - apply the thus-calculated average to those slides. totalTime has no default, and if both defaultTiming and totalTime are set, totalTime wins. This preserves backward compatibility: if a presenter has set defaultTiming and updates reveal.js, totalTime will be null and defaultTiming is still applied to all slides without a data-timing attribute. The presenter can then switch to the automatic calculation, if desired, by setting a value for totalTime.
-