play method

dynamic play()

Implementation

play() {
  _mixer._activateAction(this);

  return this;
}