stopStateTransition
stopStateTransition
Immediately stops the State Transition with the given id.
Parameters
| Name | Type | Description |
|---|---|---|
transitionID | String | The 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