1. 10 juin, 2019 1 validation
  2. 07 juin, 2019 1 validation
  3. 22 mai, 2019 1 validation
    • Florian Haas's avatar
      Notes: Weakly enforce a minimum allocated pacing time per slide · 23c12d73
      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.
      23c12d73
  4. 20 mai, 2019 1 validation
  5. 13 mai, 2019 1 validation
  6. 12 mai, 2019 1 validation
    • Florian Haas's avatar
      Notes: Introduce alternate pacing timer, based on total presentation time · 078ba620
      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.
      078ba620
  7. 23 avr., 2019 2 validations
  8. 03 avr., 2019 1 validation
  9. 01 avr., 2019 3 validations
  10. 28 mar., 2019 1 validation
  11. 22 mar., 2019 1 validation
  12. 12 mar., 2019 1 validation
  13. 04 mar., 2019 1 validation
  14. 01 fév., 2019 2 validations
  15. 31 jan., 2019 1 validation
  16. 23 jan., 2019 2 validations
  17. 22 jan., 2019 1 validation
  18. 15 jan., 2019 2 validations
  19. 10 jan., 2019 1 validation
  20. 19 déc., 2018 2 validations
  21. 12 déc., 2018 1 validation
  22. 03 déc., 2018 1 validation
  23. 16 nov., 2018 1 validation
  24. 09 oct., 2018 1 validation
  25. 08 oct., 2018 1 validation
  26. 04 oct., 2018 2 validations
  27. 03 oct., 2018 1 validation
  28. 18 sept., 2018 1 validation
  29. 16 août, 2018 1 validation
  30. 13 juin, 2018 1 validation
  31. 11 juin, 2018 2 validations