DEV Community

Discussion on: Page Transitions In React

Collapse
 
jai_type profile image
Jai Sandhu • Edited

I love framer motion for this, one thing that I found tricky was pushing page transitions beyond the norm. For example on lemondeberyl.com I'm using this technique where I absolutely transition the incoming pages and reset the scroll position when the transition is complete. How would you approach that reliably? For example browsers like Safari where performance can result in bugs when transitioning between pages very quickly...