Jump to content
Search Community

Three JS, Motion Path Plugin and time scale

samuelbelolo test
Moderator Tag

Recommended Posts

Hello everyone, 

 

Let explain my problem, I am currently moving an object a long a x,y,z axis (in threejs).

I want to have complex trajectory, like a looping : i tried to use the motion path plugin in order to do interpolation across multiple point. 

 

So far so good, but i need to use the bezier type in order to make it as a real looping (not a cubic one :) ) but bezier type seems supporting only x and y axis. 

 

The other main problem is to slow down the moving element on mouse hover, i think using the timeScale function on hover will do the job perfectly. 

 

Do you have any hints ? 

 

Thanks a lot

 

Link to comment
Share on other sites

Hey Samuel and welcome to the GreenSock forums!

 

We've actually gotten this request a few times now. Most recently in this thread:

We're a little busy right now trying to release a new scroll plugin for GSAP, but @GreenSock is working on some sort of solution for this. You might want to click the "Follow" button on the above thread so that you get notifications of future posts.

 

11 minutes ago, samuelbelolo said:

The other main problem is to slow down the moving element on mouse hover, i think using the timeScale function on hover will do the job perfectly. 

Do you have any hints ?

Yep, that sounds right. Something like the following should work:

gsap.to(myTweenOrTimeline, {timeScale: 0.2});

 

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...