Combine MotionValue, useSpring and animate() #2087
Unanswered
hatsumatsu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the new addition of the
animate
function I'm wondering if it's possible to useuseMotionValue
,useSpring
andanimate()
together for the same value?Let's start with
useMotionValue
anduseSpring
:Can we add
animate()
to this use case or would the value used in the<motion>
component (xSpring) now be double-damped (first byanimate()
, then byuseSpring
?)Beta Was this translation helpful? Give feedback.
All reactions