if (clicked > current) {
        if (this.stepyOptions.next && !methods._execute.call(this, this.stepyOptions.next, clicked)) {
          return false;
        }
      } else if (clicked < current) {