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

Method deactivateTrigger

js/controllers/scrollview.js:855–865  ·  view source on GitHub ↗
( trigger )

Source from the content-addressed store, hash-verified

853 }
854
855 deactivateTrigger( trigger ) {
856
857 if( trigger.active ) {
858 trigger.active = false;
859
860 if( trigger.deactivate ) {
861 trigger.deactivate();
862 }
863 }
864
865 }
866
867 /**
868 * Retrieve a slide by its original h/v index (i.e. the indices the

Callers 1

syncScrollPositionMethod · 0.95

Calls 1

deactivateMethod · 0.45

Tested by

no test coverage detected