Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <a-entity id="#whale" gltf-model="#whale" position="0 1.5 -10" rotation="5 -50 0" scale="5 5 5"
  2. animation="property: position; from: 0 1.5 -10; to: 0 0 0; startEvents: position; dur: 2000; delay: 2000;">
  3. </a-entity>
  4.  
  5. document.querySelector(".enter").addEventListener('click',function () {
  6. document.querySelector("#whale").emit("position");
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement