private prevMove() {
    this.trigger('onPrevMove');
    return this.inverse ? this.nextFrame() : this.prevFrame();
  }