Moving an object back to original location using animation

This may be an unorthodox question, but I am trying to move an object back to its original starting position using a single frame animation. Basically the animation's one frame contains the position that I want the object to jump to. For some reason this isn't working. Is this the proper way to make an object skip from one place to the next? Keep in mind the object cannot be seen moving to the position, it has to just magically appear somewhere else.

You could create a script that sets the object position to where you want it to go e.g. the start. this would instantly move it from one place to the next.