react-easy-transition
react-easy-transition copied to clipboard
Easy transitions with react and react-router
I've noticed that there's a fade out which seems to be locked to 0.3s which doesn't look good with a 1s fade in. How can this be changed?
I have debugged through the package cause my leaveStyle does not get applied. Found out that componentWillLeave is not being called after I navigate from the component. Any idea how...
Hello, I was just wondering if this is React Router v4 compatible? It seems to me that the demo is using v3 or v2. Thanks!
It would be nice if there were examples to do slide in/out as with react-router-transition.
I'm trying to use this with flexbox. My html structure is as follows: css ```css .Site { display: flex; min-height: 100vh; flex-direction: column; } .Site-content { flex: 1; } #app...