maisano / react-router-transition

painless transitions built for react-router, powered by react-motion
http://maisano.github.io/react-router-transition/
MIT License
2.59k stars 139 forks source link

Hardware accelerated transitions #89

Closed ryancoughlin closed 6 years ago

ryancoughlin commented 6 years ago

I start to implement this on my mobile PWA, capturing tide and swell data. Pumped to get going. I noticed a few small hiccups in the transition that didnt look that smooth.

I was wondering if under the hood you're using translate3d and scale3d to kick in hardware acceleration: http://blog.teamtreehouse.com/increase-your-sites-performance-with-hardware-accelerated-css

Have you experience any other gotchas with long pages on a mobile device? Ill get a jittering effect when I transition into a route that is a table view full of data.