- 07 juin, 2019 1 validation
-
-
autopp a écrit
-
- 22 mai, 2019 1 validation
-
-
Florian Haas a écrit
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.
-
- 20 mai, 2019 1 validation
-
-
Hakim El Hattab a écrit
new API methods for getting horizontal/vertical slides, force linear navigation for one-dimensional decks
-
- 13 mai, 2019 1 validation
-
-
Hakim El Hattab a écrit
iframe background preload behavior now matches inline iframes + adheres to the new 'preloadIframes' config option
-
- 12 mai, 2019 1 validation
-
-
Florian Haas a écrit
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.
-
- 23 avr., 2019 1 validation
-
-
Hakim El Hattab a écrit
-
- 03 avr., 2019 1 validation
-
-
Hakim El Hattab a écrit
-
- 01 avr., 2019 3 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 28 mar., 2019 1 validation
-
-
Hakim El Hattab a écrit
-
- 22 mar., 2019 1 validation
-
-
Max Rothman a écrit
Allows lazy-loaded (i.e. data-src) iframes to be preloaded when they come within the viewDistance, rather than once they're visible.
-
- 12 mar., 2019 1 validation
-
-
Hakim El Hattab a écrit
-
- 04 mar., 2019 1 validation
-
-
Mike Hatch a écrit
-
- 01 fév., 2019 2 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 31 jan., 2019 1 validation
-
-
Hakim El Hattab a écrit
-
- 23 jan., 2019 2 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 22 jan., 2019 1 validation
-
-
Hakim El Hattab a écrit
-
- 15 jan., 2019 2 validations
-
-
Mario Wolff a écrit
-
Mario Wolff a écrit
-
- 10 jan., 2019 1 validation
-
-
Hakim El Hattab a écrit
-
- 19 déc., 2018 2 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 12 déc., 2018 1 validation
-
-
Hakim El Hattab a écrit
-
- 03 déc., 2018 1 validation
-
-
Anthony Sottile a écrit
Resolves #2211
-
- 16 nov., 2018 1 validation
-
-
Hakim El Hattab a écrit
-
- 09 oct., 2018 1 validation
-
-
Hakim El Hattab a écrit
-
- 08 oct., 2018 1 validation
-
-
Hakim El Hattab a écrit
-
- 04 oct., 2018 2 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 03 oct., 2018 1 validation
-
-
Hakim El Hattab a écrit
-
- 18 sept., 2018 1 validation
-
-
Erik a écrit
The Install was waaaay at the bottom, which didn't make sense to scroll through all the detailed documentation, just to find how to get started with an install.
-
- 16 août, 2018 1 validation
-
-
Lele a écrit
Fixed broken link to markdown options doc
-
- 13 juin, 2018 1 validation
-
-
Hakim El Hattab a écrit
-
- 11 juin, 2018 2 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 05 juin, 2018 1 validation
-
-
Tristan Sokol a écrit
-
- 03 mai, 2018 1 validation
-
-
Hakim El Hattab a écrit
-