There is a presentation . On slide 2 in the debug console for easier debugging, the variable i2 is displayed and which "case" worked in the switch-case loop. When you switch to slide 3, the i2 and i3 variable is displayed in the debug console. It is necessary to remove i2.
PS: Reveal.addEventListener('slide2', function() { someCode });
- this piece of code animates images when displaying slide2.
slide 2 default right test4.html:27069 4 test4.html:27167 slide 3 default right test4.html:27171 4 test4.html:27065 slide 2 default right test4.html:27069 4 test4.html:27167 slide 3 default right test4.html:27171 4 test4.html:27065 slide 2 default right test4.html:27069 4 test4.html:27157 slide 3 case 2 right test4.html:27158 3
. Which i2 you just need to remove - Dredwhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { event.currentTarget = matched.elem;
but I could be wrong - Dred