1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-09-02 11:12:47 +02:00

expose getPastSlideCount() via public API

This can be used by plugins which are concerned with helping the
presenter with their pace.
This commit is contained in:
Adam Spiers
2016-04-16 14:02:21 +01:00
parent eac37990e1
commit d75afd6108
2 changed files with 4 additions and 0 deletions

View File

@@ -495,6 +495,7 @@ Reveal.getPreviousSlide();
Reveal.getCurrentSlide();
Reveal.getIndices(); // { h: 0, v: 0 } }
Reveal.getPastSlideCount();
Reveal.getProgress(); // (0 == first slide, 1 == last slide)
Reveal.getTotalSlides();