react-easy-transition icon indicating copy to clipboard operation
react-easy-transition copied to clipboard

Easy transitions with react and react-router

Results 5 react-easy-transition issues
Sort by recently updated
recently updated
newest added

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...