How to transition a motion.div
between containers with overflow-y: auto
set
#1658
Unanswered
wilson-webdev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I got a same problem. Did you manage to come up with a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a trello-style column layout. Each item is a
motion.div
with a uniquelayoutId
prop. As you can see from the below videos, whenoverflow-y: auto
is set, you cannot see the items transitioning between columns. Each column must be individually scrollable, so I can't just set the overflow on the outerdiv
. Some tips would be great! 😃CodeSandbox
https://codesandbox.io/s/framer-motion-2-layout-animations-forked-n41fe2?file=/src/App.js
overflow-y: auto
Screen.Recording.2022-08-11.at.21.05.43.mov
overflow-y: initial
Screen.Recording.2022-08-11.at.21.05.18.mov
Beta Was this translation helpful? Give feedback.
All reactions