Replies: 1 comment 1 reply
-
Did you figure this out? Facing the same issue. |
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 component that works in framer motion up to v4. In v5, the
onViewportBoxUpdate
prop was removed.I believe its possible to refactor this without using
onViewportBoxUpdate
, but it depends on getting theBoxDelta
'sx.translate
andy.translate
. I'm not entirely sure how to get theBoxDelta
in v10.Does anyone have any guidance or direction on how to migrate this component to v10?
Codesandbox
Beta Was this translation helpful? Give feedback.
All reactions