I'm trying to create a positioning animation for an image. i need a definite and non-repeating animation so, I've tried this code but, its not working.
<a-marker preset='hiro' registerevents>
<a-entity cursor="rayOrigin: mouse" >
<a-image position="0 0 0" rotation="-90 0 0" width="1" height="1" position="0 0 0" src="#profile">
</a-image>
<a-animation attribute="position" dur="4000" fill="forwards" to="2 2 0" >
</a-animation>
</a-entity>
</a-marker>