Reversing animation path?

Hi. My english is very limited, sorry.
Is it possible to duplicate an animation path and reverse the direction of movement?

If it is not a curved motion path, you can swap the keyframes by dragging them.
Unfortunately if it is a curved motion path, this technique does not work and you will need to recreate the path.

1 Like

Thank you, Jonathan.
Best.

ReverseMotionUsingSymbolWrapper.hype.zip (19,6 KB)

You can also reverse a path by using a Symbol wrapper and Symbol Actions on the Main Timeline. Just tick the play in reverse checkbox to make it happen after selecting the symbol you want to reverse, The needed key frame is found under Properties→Action. This approach depends on the viability to encapsulate your animation. It can also be done with timelines in the scene, but that has no live preview.

2 Likes

Great explanation. Thanks.