array.map((item, index) => <CSSTransition in={projectsPageLoaded} timeout={1000 * index} classNames="any-class" > <div>БЛОК</div> </CSSTransition> );