开始:点击不在Aframe v 0.8.0中工作

时间:2018-05-23 01:19:48

标签: aframe

我正在尝试在点击时旋转对象,我正在使用光标侦听器来捕捉触摸事件。

目前我正在使用animation-component.js来动画对象。但是,即使我能够使用循环设置动画:true但是开始:单击不起作用

<a-entity cursor-listener id="butt"
position="-.0.4  -0.1 0.5"
obj-model="obj: #but"
scale="1 1 1"
rotation="0 0 0"
animation__rotate="begin:click; property: rotation; to: 0 360 0 "
>

1 个答案:

答案 0 :(得分:1)

阅读API。没有begin属性。

https://github.com/ngokevin/kframe/tree/master/components/animation#api

有一个startEvents属性。