- 12 mai, 2022 1 validation
-
-
hakimel a écrit
-
- 21 mar., 2022 2 validations
- 09 mar., 2022 1 validation
-
-
hakimel a écrit
-
- 28 fév., 2022 1 validation
-
-
hakimel a écrit
-
- 26 fév., 2022 1 validation
-
-
r0hanSH a écrit
-
- 10 fév., 2022 1 validation
-
-
hakimel a écrit
-
- 02 fév., 2022 1 validation
-
-
hakimel a écrit
-
- 18 mai, 2020 2 validations
-
-
Hakim El Hattab a écrit
-
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.
-
- 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.
-
- 04 oct., 2018 1 validation
-
-
Hakim El Hattab a écrit
-
- 24 avr., 2018 1 validation
-
-
Hakim El Hattab a écrit
-
- 20 fév., 2018 2 validations
-
-
Martin Jurča a écrit
-
Martin Jurča a écrit
fixed showing speaker's view with timings/pacing while serving the presentation from the file system
-
- 04 déc., 2017 1 validation
-
-
Hakim El Hattab a écrit
-
- 12 août, 2017 1 validation
-
-
Thomas Weinert a écrit
-
- 13 juil., 2017 1 validation
-
-
Hakim El Hattab a écrit
-
- 21 avr., 2017 1 validation
-
-
Hakim El Hattab a écrit
-
- 20 avr., 2017 7 validations
-
-
Adam Spiers a écrit
Add an option to display advice on whether the current pace of the presentation is on track for the right timing (shown as green), and if not, whether the presenter should speed up (shown as red) or has the luxury of slowing down (blue). The pacing timer can be enabled by configuring by the `defaultTiming` parameter in the `Reveal` configuration block, which specifies the number of seconds per slide. 120 can be a reasonable rule of thumb. Timings can also be given per slide `<section>` by setting the `data-timing` attribute. Both values are in numbers of seconds. When the option is enabled, clicking on the timers will reset the timer to the beginning of the current slide, i.e. as if pacing was perfectly on track, not to zero as if the presentation had just begun.
-
Adam Spiers a écrit
-
Adam Spiers a écrit
-
Adam Spiers a écrit
and make muting work for negative values
-
Adam Spiers a écrit
-
Adam Spiers a écrit
This allows us to use different colours for different timers, which will be useful when we add a pacing timer.
-
Adam Spiers a écrit
This will allow us to reuse the display code for displaying an additional pacing timer.
-
- 21 sept., 2016 2 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 10 juin, 2016 1 validation
-
-
Timothep a écrit
-
- 09 mar., 2016 2 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 06 mar., 2016 1 validation
-
-
Benjamin Tan a écrit
Closes #1392.
-
- 25 sept., 2015 1 validation
-
-
Hakim El Hattab a écrit
-
- 16 oct., 2014 1 validation
-
-
Hakim El Hattab a écrit
-
- 28 sept., 2014 1 validation
-
-
Hakim El Hattab a écrit
-
- 04 mai, 2014 1 validation
-
-
Hakim El Hattab a écrit
-
- 26 avr., 2014 1 validation
-
-
Hakim El Hattab a écrit
-
- 22 avr., 2014 2 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-