DEV Community

Discussion on: Create awesome Page Transitions in NextJS using Framer motion

Collapse
 
javusscriptus profile image
Michal Zalobny

Your idea is working, but it still jumps while using native controls (like the browser arrows)

Thread Thread
 
defite profile image
Nikita Makhov

Have you tried overflow: hidden on the parent container?