标签: aframe
我从mouseenter事件中触发了一些动画。第一次工作正常,然后当我再次尝试触发动画时,它会转到beginAnimation上的aframe-animation-component函数,这意味着它应该发出animationbegin事件但是没有任何反应,配置对象中的complete函数永远不会像第一次动画运行时那样运行。试图弄清楚我应该看哪些部分来调试这个,但是我很难过。谢谢!另外,我正在使用kframe repo的最新版本。
mouseenter
beginAnimation
aframe-animation-component
animationbegin
complete