case TransitionDirection.IN:
        if (!this.isDisposed()) {
          this.dispatchEvent(new TransitionEvent(TransitionEvent.types.TRANSITION_IN_START));
        }
        this.isHidden = false;