animated_routes_react icon indicating copy to clipboard operation
animated_routes_react copied to clipboard

Animated route transitions with React Router 4, ReactTransitionGroup and Animated.

Results 6 animated_routes_react issues
Sort by recently updated
recently updated
newest added

How do I add projects to projects page? Otherwise i got this working

``` export default connect(mapStateToProps)(AnimatedSwitch); ``` it doesn't work。 componentWillAppear don't execute

Hi, Thanks for this, but when I merged it with my React 16 project, the transitions did not iterate and my screens were all opacity 0. So I used npm-check-updates...

Hi mhaagens, I would like use your solution for the transition of my roads on a React application :) I've try to add your config on my App (this same...

On line 24 in `project_item.js` you should use `===` instead of a single `=`. `=` results in over writing the id. ```js ... let project = projects.filter(p => { return...

This avoids "re-animation" of same route when clicking in the same route link. That happens 'cos `location.key` always change on every route change (even the same route), but the `location.pathname`...