Model: currentTime test


When a model has an animation, its currentTime attribute can be read and written to update the animation's progress.

JavaScript

<script>
  model.currentTime = 2.5;
</script>
    

Current time: