Skip to content
Snippets Groups Projects
  • Florian Haas's avatar
    23c12d73
    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
    History
    Notes: Weakly enforce a minimum allocated pacing time per slide
    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.