Skip to main content

stopStateTransition

stopStateTransition

Immediately stops the State Transition with the given id.

Parameters

NameTypeDescription
transitionIDStringThe id of the state transition to stop

Returns: void

Example

$act.stopStateTransition("slideIn");

Related

  • $act.startStateTransition(transitionID, onEnd, duration) — starts a transition
  • $act.startStateTransitionWithIndex(transitionID, index, onEnd, duration) — starts a transition on one item only