Jump to content
Search Community

Recommended Posts

Posted

Hi everyone!

 

I need some help.

I want to recreate the words-carousel section like on the site: https://c2montreal.com/

It's a section with three titles Learn, Experience, Connect.

 

Section is full screen and on scroll have SplitText in some like roller/carousel effect.

 

Here is my CodPen (scroll): 

 

Thank you very much everyone.

 

Screenshot 2025-11-06 at 15.53.14.png

Screenshot 2025-11-06 at 15.53.26.png

Screenshot 2025-11-06 at 15.53.41.png

See the Pen XJXwyOq by NGrdanjski (@NGrdanjski) on CodePen.

Posted

I think  your animation is already solid. I would just remove all the ScrollTrigger logic and first make it look good with just an animation and then hook it up to ScrollTrigger, you than also probably find that you can create this with just one ScrollTrigger.

 

The best thing to do when working with ScrollTrigger is to remove it! This seems counter intuitive, but ScrollTrigger is just animating something on scroll, so just focus on the animation at first and only when you're happy with the animation add ScrollTrigger back in. This way you can focus on one part at a time and it will save a lot of headache when debugging.  
  
Most of the ScrollTrigger effects you see are just moving things on the y-axis instead of scrolling them, then hooking that animation to ScrollTrigger will give the illusion of scrolling, but they are really just animating! Getting to grips with this knowledge will make it so much easier to create all kinds of effects, I've written a whole post about it, check it out:

 

Hope it helps and happy tweening! 

 

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