DEV Community

Discussion on: Page Transition Effect in NextJS

Collapse
 
hejamartin profile image
Martin Klasson

I can not do better explaining - since I am not a react-star.
Am working on something similar to this (using - and GSAP.... so I should really ditch Framer Animation for this solution here)...

BUT.
If some of you experience some problems, then try to use the useLayoutEffect instead of useEffect.

This since the useLayoutEffect hooks into before the very first paint to the browser, which useEffect isnt.