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. 14 mar., 2019 2 validations
  3. 12 mar., 2019 1 validation
  4. 04 mar., 2019 2 validations
  5. 05 oct., 2018 1 validation
  6. 04 oct., 2018 1 validation
  7. 05 mai, 2018 1 validation
  8. 24 avr., 2018 1 validation
  9. 20 fév., 2018 2 validations
  10. 04 déc., 2017 1 validation
  11. 12 août, 2017 1 validation
  12. 13 juil., 2017 1 validation
  13. 30 avr., 2017 3 validations
  14. 21 avr., 2017 1 validation
  15. 20 avr., 2017 8 validations
  16. 31 jan., 2017 1 validation
  17. 21 sept., 2016 2 validations
  18. 04 juil., 2016 1 validation
    • Dmitry Trofimov's avatar
      For a fragment: allow to show a separate note defined in it · 86a3f027
      Dmitry Trofimov a écrit
      When a slide has several fragments it could be convenient to define a note for each of them. In this case we need to show only this specific note defined in a fragment and not others. General note of a slide shouldn't be also shown, as a more specific one should have greater relevance in this case.
      86a3f027
  19. 10 juin, 2016 1 validation
  20. 09 mar., 2016 2 validations
  21. 06 mar., 2016 1 validation
  22. 08 jan., 2016 2 validations
  23. 08 oct., 2015 1 validation
  24. 25 sept., 2015 1 validation
  25. 02 avr., 2015 1 validation