<CSSTransition key="reframe-prompt-overlay" in={ open } classNames="expanded" timeout={ 250 } mountOnEnter={ true } unmountOnExit={ true }>
        <div className="reframe-prompt-overlay" onClick={ this._handleClose.bind(this) } />
      </CSSTransition>,