Jump to content
Search Community

SloMo inverse?

friendlygiraffe test
Moderator Tag

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

Wouldn't that just be like one of the standard Power eases like Power1.easeInOut, Power2.easeInOut, Power3.easeInOut, or Power4.easeInOut? 

 

Don't forget, when you select one of those in the Ease Visualizer, there's a drop-down for the ease type right above the "RUN" button. Select "easeInOut" there. 

 

Is that what you're looking for? 

 

Of course there's also CustomEase which lets you build whatever curve you want (literally, unlimited control points and anchors). 

  • Like 4
Link to comment
Share on other sites

22 minutes ago, GreenSock said:

Wouldn't that just be like one of the standard Power eases like Power1.easeInOut, Power2.easeInOut, Power3.easeInOut, or Power4.easeInOut? 

 

Don't forget, when you select one of those in the Ease Visualizer, there's a drop-down for the ease type right above the "RUN" button. Select "easeInOut" there. 

 

Is that what you're looking for? 

 

Of course there's also CustomEase which lets you build whatever curve you want (literally, unlimited control points and anchors). 

 

Thanks Jack -  Yes Power4.easeInOut is pretty near on close inspection. Almost identical in fact. I have been using that, but I was just looking for a straighter middle part (without constructing a custom version):

 

Close.jpg

 

  • Like 1
Link to comment
Share on other sites

17 minutes ago, GreenSock said:

Yeah, if Power4.easeInOut isn't quite what you want, just create a CustomEase. Is there any particular reason you were trying to avoid a CustomEase? 

 

It's for a banner in DoubleClick, which I couldn't find a google hosted link for CustomEase. I noticed you use this URL in your

See the Pen ZBpRYJ by GreenSock (@GreenSock) on CodePen

:

 

//s3-us-west-2.amazonaws.com/s.cdpn.io/16327/CustomEase.min.js?r=2

 

Is that because it's exclusive for Club GreenSock?

 

 

 

 

Link to comment
Share on other sites

5 minutes ago, friendlygiraffe said:

Is that because it's exclusive for Club GreenSock?

 

No, it's actually free for anyone with a GreenSock account (like, even if they only post in the forums and never join Club GreenSock). It's basically something that encourages people to at least give us their email address so that we can have a better idea of who is using the tools and communicate with them about updates, etc. 

 

So yeah, that's why it's not in the Github repo or on the public CDNs. That link is for a version that only works on the codepen.io domain (and a few others). 

  • Like 1
Link to comment
Share on other sites

1 minute ago, GreenSock said:

 

No, it's actually free for anyone with a GreenSock account (like, even if they only post in the forums and never join Club GreenSock). It's basically something that encourages people to at least give us their email address so that we can have a better idea of who is using the tools and communicate with them about updates, etc. 

 

So yeah, that's why it's not in the Github repo or on the public CDNs. That link is for a version that only works on the codepen.io domain (and a few others). 

oh I see. I imagine if it were to be used in a Google DoubleClick project, the js library would have to be included in the upload. There is no Google hosted equivalent?

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...