Share Posted March 3, 2021 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 1 Link to comment Share on other sites More sharing options...
Share Posted March 3, 2021 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 More sharing options...
Author Share Posted March 3, 2021 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 More sharing options...
Share Posted March 3, 2021 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. 1 Link to comment Share on other sites More sharing options...
Author Share Posted March 3, 2021 You can see the speending working diferently on these examples (same code): Newest Version: See the Pen poNKamw by victorwork (@victorwork) on CodePen v3.2.6 See the Pen WNoyyNV by victorwork (@victorwork) on CodePen Link to comment Share on other sites More sharing options...
Share Posted March 3, 2021 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 More sharing options...
Author Share Posted March 3, 2021 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 More sharing options...
Share Posted March 3, 2021 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. 2 1 Link to comment Share on other sites More sharing options...
Author Share Posted March 3, 2021 @Carl, that completely makes sense. I forgot we're handling the timeline progress not the element. Thanks Carl 1 Link to comment Share on other sites More sharing options...
Share Posted March 4, 2021 Good catch - this should be resolved in the upcoming release which you can preview at https://assets.codepen.io/16327/gsap-latest-beta.min.js 1 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now