clarify meaning of getProgress() value
This commit is contained in:
parent
9bbd5f2735
commit
eac37990e1
|
@ -495,7 +495,7 @@ Reveal.getPreviousSlide();
|
||||||
Reveal.getCurrentSlide();
|
Reveal.getCurrentSlide();
|
||||||
|
|
||||||
Reveal.getIndices(); // { h: 0, v: 0 } }
|
Reveal.getIndices(); // { h: 0, v: 0 } }
|
||||||
Reveal.getProgress(); // 0-1
|
Reveal.getProgress(); // (0 == first slide, 1 == last slide)
|
||||||
Reveal.getTotalSlides();
|
Reveal.getTotalSlides();
|
||||||
|
|
||||||
// Returns the speaker notes for the current slide
|
// Returns the speaker notes for the current slide
|
||||||
|
|
Loading…
Reference in New Issue