Tweening in ripple is unsuccessful
I am attempting to tween a react component representing a card to a specific location however I am having trouble getting the tween to initiate. Can any you point me to what I am doing wrong?
code & image are attached:

6 Replies
Solution
for bindings you should use map, for example:
binding.map((v) => v * 2)
thats because bindings will not cause a re-render
they bind to a single property
the object returned from createMotion does not return a map function

Unless I'm still misunderstanding
My god, i get it now
Thank you
My confusion came from the function signature of useMotion(0). In typescript you can't overload a function but I guess they found a way to here.
Thank you again! you've been a tremendous help
you can mark pepe's post as solution btw