- 08 juil., 2019 1 validation
-
-
Hakim El Hattab a écrit
docs: fix typo
-
- 05 juil., 2019 1 validation
-
-
Jason Cooke a écrit
-
- 10 juin, 2019 7 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
Fix plugin documentation regarding init-Promises
-
Hakim El Hattab a écrit
add missing comma to MathJax example in README
-
Hakim El Hattab a écrit
-
-
Hakim El Hattab a écrit
-
- 07 juin, 2019 1 validation
-
-
autopp a écrit
-
- 29 mai, 2019 2 validations
-
-
Zach DeCook a écrit
-
Zach DeCook a écrit
-
- 27 mai, 2019 5 validations
-
-
Hakim El Hattab a écrit
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
Fix arrow down navigation on touch devices
-
Hakim El Hattab 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 2 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
new API methods for getting horizontal/vertical slides, force linear navigation for one-dimensional decks
-
- 18 mai, 2019 1 validation
-
-
NoriSte a écrit
-
- 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 2 validations
-
-
Mario Botsch a écrit
Mention that reveal.js will wait for the Promise of a plugin's init() function only when the plugin is loaded non-async. The init functions of plugins that are loaded as async dependencies are called after reveal.js has dispatched the 'ready' event.
-
Hakim El Hattab a écrit
-
- 10 avr., 2019 1 validation
-
-
Hakim El Hattab a écrit
-
- 08 avr., 2019 2 validations
-
-
Richard Westenra a écrit
When running the app, Grunt throws the following warnings: >> Local Npm module "grunt-contrib-clean" not found. Is it installed? >> Local Npm module "grunt-contrib-nodeunit" not found. Is it installed? These modules don't appear to do anything except throw a warning so they can probably just be removed.
-
Hakim El Hattab a écrit
Bugfix: Remove calls to missing modules from gruntfile
-
- 06 avr., 2019 1 validation
-
-
Richard Westenra a écrit
When running the app, Grunt throws the following warnings: >> Local Npm module "grunt-contrib-clean" not found. Is it installed? >> Local Npm module "grunt-contrib-nodeunit" not found. Is it installed? These modules don't appear to do anything except throw a warning so they can probably just be removed.
-
- 05 avr., 2019 2 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 03 avr., 2019 2 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 02 avr., 2019 1 validation
-
-
Hakim El Hattab a écrit
-
- 01 avr., 2019 6 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-