archilogic-com / 3dio-js

JavaScript toolkit for interior apps
https://3d.io
MIT License
273 stars 73 forks source link

Issue Cannot read property 'pauseAnimation' of undefined #119

Closed axelmarciano closed 6 years ago

axelmarciano commented 6 years ago

Hi when i try to switch between waypoints with tour.goTo() i got an issue : Cannot read property 'pauseAnimation' of undefined.

Aadjou commented 6 years ago

could you maybe send us your example code / scene in glitch or as an app from the appcreator

Thank you. Also please consider the contribution guidelines and update your issue accordingly

thanks

frederic-schwarz commented 6 years ago

Sounds like you forgot to load the aframe-animation-component make sure to use version 3.2.5 like in the example https://3d.io/docs/api/1/aframe-components.html#tour

axelmarciano commented 6 years ago

Indeed, i forgot to load the animation-component. Thanks for ur help