Jump to content
Search Community

jayakannan

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by jayakannan

  1. Hi @mikel , 

    Thank you for your kind reply, I need to change the position of camera in threejs. For that I am using gsap.to() function.  It is working, but I felt that the speed is little much faster. So, to control that, I need help. From above answer I tested the timeScale within the gsap.to() function. But it shows an warning like, Invalid property timeScale set to 0.5 Missing plugin? gsap.registerPlugin().  How to achieve this.

  2. I am using gsap to change the position of camera in threejs .  I need to control the speed of gsap.to() . Below is my code for changing the position

     

    gsap.to( camera.position, {
    					duration: 1,
    					y: 5,
    					} );

    Now I need to control the movement speed of it. How to do that. Thanks in advance.

×
×
  • Create New...