Man kann beliebige AFRAME Objecte in ihrer Position verschiebenproperty: position; from: x1 y1 z1; to: x2 y2 z2; dur: nnnn (Dauer in millisec); dir: normal | alternate (hin und her) | reverse von to nach from delay: nnnn (erst nach einer Pause von nnnn ms loslegen..); loop: true | false | Anzahl; |
<a-entity id="spatz" position=" -2.0 1.1 0" gltf-model="#mod_spatz" rotation="0 90 0" scale="3 3 3" animation__pos="property:position; to:2 1.1 1; dur:6000; loop:true;" ></a-entity> |