kmytor Posted December 26, 2024 Posted December 26, 2024 Hello, can you help me, I have a little problem I need to advance the with the scroll, but I tried individually or in a group, this was my best result currently it appears one by one but it does not advance the horizontal scroll See the Pen GgKELvN by kmytor (@kmytor) on CodePen.
Rodrigo Posted December 26, 2024 Posted December 26, 2024 Hi, The main issue is that you have far too many sections and the animation at the end is too short and runs only after all the sections are in place. Better use the position parameter to add the horizontal translate at the very start of the timeline: See the Pen LEPjZLr by GreenSock (@GreenSock) on CodePen. Also checking this video might be a good idea as well: Finally check ScrollTrigger's Container Animation Feature as well: https://gsap.com/docs/v3/Plugins/ScrollTrigger/?page=1#containerAnimation Hopefully this helps Happy Tweening! 1
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