mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-26 16:04:41 +02:00
include references to previous/current sldie DOM elements in slidechange event
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user