Three.js – moving the object with animation

I was playing around with three.js using models and animations from Mixamo.
One of the animations is called Big Jump
and the model moves forward in it and when the animation ends, it comes back to its starting location. Is it possible to stop the model from coming back to starting position after animation?
Or in general, is it posibble to manipulate the position of model using such animations?