How to transition a motion.div between containers with overflow-y: auto set
#1658
Unanswered
wilson-webdev
asked this question in
Q&A
Replies: 3 comments 5 replies
-
|
I got a same problem. Did you manage to come up with a solution? |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
Framer was able to do it... answer hopefully coming soon |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a trello-style column layout. Each item is a
motion.divwith a uniquelayoutIdprop. As you can see from the below videos, whenoverflow-y: autois 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: autoScreen.Recording.2022-08-11.at.21.05.43.mov
overflow-y: initialScreen.Recording.2022-08-11.at.21.05.18.mov
Beta Was this translation helpful? Give feedback.
All reactions