gsap slerpquaternion #2500
Unanswered
Dave-Patsy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am following this video https://www.youtube.com/watch?v=GeNjyb8UBKM&t=612s Teleportation with three.js transition #15 by Yuri Artiukh. He is coding in vanilla JS and is using gsap to do a transition. My code works, but I am not sure on why it is working.
I don't really understand this declaration let l = {p:0}.
I am not sure why it is working in gsap.to(l,{.....}
could someone explane?
this Yuri's code that turns a globe when a link element is clicked
This is my code. I am not using a listener right now. I am just changing the quaternion every 4 seconds.
Beta Was this translation helpful? Give feedback.
All reactions