I am trying to create a script that will track the animation time and at a specified time execute a function. I was trying to use getCurrentTime but that seems to only get called once rather than continually watching the animation time. I need something that says "at this specific time in the animation, do this"
Also I notice that the seekTo function doesn't update the time slider location unless the animation is paused. If the animation is not paused then the time display gets set to the correct time and the animation jumps to that time, but the time slider does not jump to the correct position on the bar.
Ultimately I am trying to use sketchfab to create step by step animated instructions.