-
Transition/ easing into a parented position
I have a square and a circle a small distance apart. I want the square (child) to ease towards the circle (parent), then ease out into the final parented position.
I don’t want to animate the square’s position first, then turn it into a child and parent it.
I would rather turn the square into a child while it’s in the original position, then have the child transition to the parent’s position to be smooth using ease.
The problem is once I parent the square to the circle, it snaps. It’s not smooth. And I don’t have control in the timeline for the time it should become a parent.
Is it possible to ease into a parent’s position? Or transition to a parent’s position without first animating the child’s position before it’s parented?
Does this make sense?