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:
parent
eac37990e1
commit
d75afd6108
@ -495,6 +495,7 @@ Reveal.getPreviousSlide();
|
|||||||
Reveal.getCurrentSlide();
|
Reveal.getCurrentSlide();
|
||||||
|
|
||||||
Reveal.getIndices(); // { h: 0, v: 0 } }
|
Reveal.getIndices(); // { h: 0, v: 0 } }
|
||||||
|
Reveal.getPastSlideCount();
|
||||||
Reveal.getProgress(); // (0 == first slide, 1 == last slide)
|
Reveal.getProgress(); // (0 == first slide, 1 == last slide)
|
||||||
Reveal.getTotalSlides();
|
Reveal.getTotalSlides();
|
||||||
|
|
||||||
|
@ -4975,6 +4975,9 @@
|
|||||||
getState: getState,
|
getState: getState,
|
||||||
setState: setState,
|
setState: setState,
|
||||||
|
|
||||||
|
// Presentation progress
|
||||||
|
getSlidePastCount: getSlidePastCount,
|
||||||
|
|
||||||
// Presentation progress on range of 0-1
|
// Presentation progress on range of 0-1
|
||||||
getProgress: getProgress,
|
getProgress: getProgress,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user