mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-09-02 19:22:57 +02:00
clarify getTotalSlides() returns the number of slides
This commit is contained in:
@@ -497,7 +497,7 @@ Reveal.getCurrentSlide();
|
||||
Reveal.getIndices(); // { h: 0, v: 0 } }
|
||||
Reveal.getPastSlideCount();
|
||||
Reveal.getProgress(); // (0 == first slide, 1 == last slide)
|
||||
Reveal.getTotalSlides();
|
||||
Reveal.getTotalSlides(); // total number of slides
|
||||
|
||||
// Returns the speaker notes for the current slide
|
||||
Reveal.getSlideNotes();
|
||||
|
Reference in New Issue
Block a user