Page transitions AND component animation in ReactJS
问题 My desired affect: When the page loads components A, B and C animate on independently The user clicks a link inside, say, component B Components A, B and C animate off independently A new page loads, more components animate on. This sounds simple but I'm struggling to make it happen. So far I have a number of routes setup using react-router v4 and I am using CSSTransitionGroup to add movement to routes and components. The problem I am having is: If a route is animated, I cannot seem to