include references to previous/current sldie DOM elements in slidechange event
This commit is contained in:
parent
2b6c61060b
commit
6a03f65e97
4 changed files with 32 additions and 14 deletions
|
@ -279,7 +279,7 @@ linkify( 'a' );
|
|||
|
||||
// Fires each time a new slide is activated
|
||||
Reveal.addEventListener( 'slidechanged', function( event ) {
|
||||
// event.indexh & event.indexv
|
||||
// event.previousSlide, event.currentSlide, event.indexh, event.indexv
|
||||
} );
|
||||
|
||||
Reveal.initialize({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue