【发布时间】:2016-11-16 03:31:40
【问题描述】:
我想为一个盒子制作动画,让盒子离用户越来越近。我试过了,但这对我不起作用:
<a-entity id="enemy">
<a-box material="src: #texture_4" width="0" height="15" depth="4" transparent="true" opacity="0.75" position="0 0 -150" rotation="0 100 0" scale="2 0.5 3"></a-box>
<a-animation atribute="position" to="0 0 0" fill="forwards"></a-animation>
</a-entity>
【问题讨论】:
标签: aframe