MCPcopy
hub / github.com/hakimel/reveal.js / next

Method next

js/controllers/fragments.js:357–361  ·  view source on GitHub ↗

* Navigate to the next slide fragment. * * @return {boolean} true if there was a next fragment, * false otherwise

()

Source from the content-addressed store, hash-verified

355 * false otherwise
356 */
357 next() {
358
359 return this.goto( null, 1 );
360
361 }
362
363 /**
364 * Navigate to the previous slide fragment.

Callers 10

NavigationControlsFunction · 0.45
navigateLeftFunction · 0.45
navigateRightFunction · 0.45
navigateDownFunction · 0.45
navigateNextFunction · 0.45
onDocumentMouseScrollMethod · 0.45
onTouchMoveMethod · 0.45
onNavigateNextClickedMethod · 0.45
onDocumentKeyDownMethod · 0.45

Calls 1

gotoMethod · 0.95

Tested by

no test coverage detected