Hi,
this is happen because you use keyboard is down event,
which mean as long as the up keyboard is pressed down, it keeps telling the animation to play from beginning, so it freeze on the first frame
you can either add once true condition, or use keyboard is pressed instead