When a model has an animation, its currentTime attribute can be read and written to update the animation's progress.
currentTime
<script> model.currentTime = 2.5; </script>