onStepAnimationEnd(i: number) {
    if (i === this._active) {
      setTimeout(() => {
        this._barState = StepperBarAnimationStates.Stay;
        this._cdr.markForCheck();