Share Posted October 20, 2021 I want to setup two tween for the same element, in the codepen, the h1 set as gsap.from, the text fade in and move from right, then in next tween gsap.to I want the text scale up and fade out. The first tween seems work, but no effect in the second tween. Any idea? Thank you. See the Pen GRvqLmL by fredlim (@fredlim) on CodePen Link to comment Share on other sites More sharing options...
Solution Solution Share Posted October 20, 2021 Hi flim, Check out this post about immediateRender. 1 Link to comment Share on other sites More sharing options...
Author Share Posted October 20, 2021 I got desire result after added immediateRender: false in the 2nd tween. Thank you. 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