1. 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
  2. 23 avr., 2019 1 validation
  3. 10 avr., 2019 1 validation
  4. 08 avr., 2019 1 validation
  5. 06 avr., 2019 1 validation
    • Richard Westenra's avatar
      Remove calls to missing modules from gruntfile · 3ff07053
      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.
      3ff07053
  6. 05 avr., 2019 2 validations
  7. 03 avr., 2019 2 validations
  8. 02 avr., 2019 1 validation
  9. 01 avr., 2019 11 validations
  10. 28 mar., 2019 2 validations
  11. 25 mar., 2019 1 validation
  12. 22 mar., 2019 1 validation
  13. 21 mar., 2019 3 validations
  14. 20 mar., 2019 1 validation
  15. 15 mar., 2019 1 validation
  16. 14 mar., 2019 4 validations
  17. 12 mar., 2019 6 validations