stop method

dynamic stop()

Implementation

stop() {
  _mixer._deactivateAction(this);

  return reset();
}