Jump to content
GreenSock

Victor Work

tweenTo ease not working

Recommended Posts

Hey guys,
I'm not sure why, but seems like ease on tweenTo is not working on.

Any thoughts about what is happening?

See the Pen poNKamw by victorwork (@victorwork) on CodePen

  • Thanks 1
Link to comment
Share on other sites

Thanks for the report, Victor! There seems to be a bug in GSAP 3.6.0. We'll get that fixed ASAP.

 

In the mean time you can use version 3.5.1.

Link to comment
Share on other sites

Hey @ZachSaucier, thanks for the heads up... seems like the duration also is not working properly.
Are you able to say if this bug is impacting only the Codepen's version or the npm as well?

Link to comment
Share on other sites

9 minutes ago, Victor Work said:

seems like the duration also is not working properly.

The duration seems to be working from what I can tell. Why do you say it's not working? 

 

10 minutes ago, Victor Work said:

if this bug is impacting only the Codepen's version or the npm as well?

It should be affecting both versions.

  • Like 1
Link to comment
Share on other sites

That's due to a difference in ease, not duration. If you change the duration you can see it changes just fine.

Link to comment
Share on other sites

You're right. But seems even the ease:'back.inOut' even in this older version is not working as well.

Ok.. waiting for those minor issues get solved. 
Thanks again @ZachSaucier

Link to comment
Share on other sites

I don't think it's logically possible to have a back ease with a tweenTo().

 

You can't move the playhead of a timeline beyond the end of a timeline or before a timeline begins as there is nothing there.

  • Like 2
  • Haha 1
Link to comment
Share on other sites

@Carl, that completely makes sense. I forgot we're handling the timeline progress not the element.

Thanks Carl

  • Like 1
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.
×