return current fragment index through getIndices, replaces getCurrentFragmentIndex #395
This commit is contained in:
parent
3f8f146466
commit
70b7ce360c
3 changed files with 15 additions and 18 deletions
|
@ -10,7 +10,7 @@
|
|||
var nextindexh;
|
||||
var nextindexv;
|
||||
|
||||
var fragmentindex = Reveal.getCurrentFragmentIndex();
|
||||
var fragmentindex = Reveal.getIndices().f;
|
||||
if (typeof fragmentindex == 'undefined') {
|
||||
fragmentindex = 0;
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
|||
} else {
|
||||
nextindexh = indexh + 1;
|
||||
nextindexv = 0;
|
||||
}
|
||||
}
|
||||
|
||||
var slideData = {
|
||||
indexh : indexh,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue