stop method

dynamic stop()

Implementation

stop() {
  mixer.deactivateAction(this);

  return reset();
}