Skip to content
Snippets Groups Projects
  1. Jul 07, 2019
  2. Jun 10, 2019
  3. Jun 07, 2019
  4. May 29, 2019
  5. May 27, 2019
  6. May 22, 2019
    • Florian Haas's avatar
      Notes: Weakly enforce a minimum allocated pacing time per slide · 23c12d73
      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.
      23c12d73
  7. May 20, 2019
  8. May 18, 2019
  9. May 13, 2019
  10. May 12, 2019
    • Florian Haas's avatar
      Notes: Introduce alternate pacing timer, based on total presentation time · 078ba620
      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.
      078ba620
  11. Apr 23, 2019
  12. Apr 10, 2019
  13. Apr 08, 2019
  14. Apr 06, 2019
    • Richard Westenra's avatar
      Remove calls to missing modules from gruntfile · 3ff07053
      Richard Westenra authored
      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.
      Unverified
      3ff07053
  15. Apr 05, 2019
  16. Apr 03, 2019
  17. Apr 02, 2019
  18. Apr 01, 2019
Loading