Skip to main content

stopDetectTransition

stopDetectTransition

Stops the Detector with the given name. Once stopped it no longer watches its condition. If no detector matches the name, nothing happens.

Parameters

NameTypeDescription
detectorNameStringThe name of the detector to stop

Returns: void

Example

$act.stopDetectTransition("scrollDetector");

Related

  • $act.startDetectTransition(detectorName) — starts a detector