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

Method onNavigateRightClicked

js/controllers/controls.js:231–243  ·  view source on GitHub ↗
( event )

Source from the content-addressed store, hash-verified

229 }
230
231 onNavigateRightClicked( event ) {
232
233 event.preventDefault();
234 this.Reveal.onUserInput();
235
236 if( this.Reveal.getConfig().navigationMode === 'linear' ) {
237 this.Reveal.next();
238 }
239 else {
240 this.Reveal.right();
241 }
242
243 }
244
245 onNavigateUpClicked( event ) {
246

Callers

nothing calls this directly

Calls 2

getConfigMethod · 0.80
nextMethod · 0.45

Tested by

no test coverage detected