_proto.next = function next() {
        if (!this._isSliding) {
          this._slide(Direction.NEXT);
        }
      };