-
Expression for moving towards another layers position, and keep going past it…?
Hello,
here is my problem. I have a layer I am ‘aiming’ for (“target”) and another that I want to move towards that layer (“mover”). However, instead of it just going to the target location and stopping (ie: the linear/easeIn/easeOut expression), I’d like the “mover” layer to keep going past the target position.
Ideally, I’d like to be able to simply duplicate the ‘mover’ layer and to multiple instances of it from different positions, yet they would all move towards (and past) the target.
Would anyone know how this could be done?