trungdq88 / react-router-page-transition

Highly customizable page transition component for your React Router
https://trungdq88.github.io/react-router-page-transition
MIT License
542 stars 53 forks source link

Compatibility with react waypoint #28

Closed sijonelis closed 6 years ago

sijonelis commented 7 years ago

Page transition fires instantly, without any animation, if children contains a Waypoint element from https://github.com/brigade/react-waypoint

` ReactDOM.render(

, document.getElementById('page') )` ContentWrapper contains: `div className='content'> this.state.doSomething(props)} >
/div> ` The resulting page would not render any animation for ContentWrapper->ItemDetails transition, but would render animation for ItemDetails->ContentWrapper transition
trungdq88 commented 7 years ago

Can you reproduce the problem in https://codesandbox.io and send me a link to it? That would help me a lot to identify the problem.

trungdq88 commented 6 years ago

Close due to inactive. Feel free to reopen if you still have this problem.