为什么 "Animate on Event"(没有监听器)在 A-Frame 0.6.1 中有效,但在 0.9.0 中无效?这是一个错误吗?
Why does "Animate on Event" (without a listener) work in A-Frame 0.6.1, but not 0.9.0? Is this a bug?
此处提供的代码在 A-Frame 0.9.0 中不起作用,但在 0.6.1 中完美运行:
https://aframe.io/docs/0.9.0/guides/building-a-basic-scene.html#animating-on-events
事实上,链接示例(有效)使用 0.6.1,即使文档适用于 0.9.0:
https://aframe-basic-guide-with-environment.glitch.me/
我使用了完全相同的源并在 0.9.0 上进行了尝试,场景加载了,但是没有 mouseenter/mouseleave 效果。
0.9.0 还需要其他东西吗?此功能是否已被删除?这是一个错误吗?
为动画 https://aframe.io/docs/0.9.0/components/animation.html 删除了一个动画。我现在将更新该指南。谢谢!
此处提供的代码在 A-Frame 0.9.0 中不起作用,但在 0.6.1 中完美运行:
https://aframe.io/docs/0.9.0/guides/building-a-basic-scene.html#animating-on-events
事实上,链接示例(有效)使用 0.6.1,即使文档适用于 0.9.0:
https://aframe-basic-guide-with-environment.glitch.me/
我使用了完全相同的源并在 0.9.0 上进行了尝试,场景加载了,但是没有 mouseenter/mouseleave 效果。
0.9.0 还需要其他东西吗?此功能是否已被删除?这是一个错误吗?
为动画 https://aframe.io/docs/0.9.0/components/animation.html 删除了一个动画。我现在将更新该指南。谢谢!