Apart from your error you mentioned in your edit, I noticed your animation loop doesn’t have a mixer.update
You probably also need to move your mixer to the global scope to reference it in the animation loop.
I have an example here. You can view the source of the working demo.