Jump to content
Search Community

HELP! Rolling Text Animation

Yuvraj Chavan test
Moderator Tag

Recommended Posts

Hello everyone! I'm new to gsap or code but I have decided to get started with gsap animations. I just made a rolling text animation like the video below in after effects and I would love to explore how can I implement this using gsap or code to use in webflow.

Please have a look at the video and let me know how can I make rolling text animation like this. Thank you!
 

 

Link to comment
Share on other sites

We love helping with GSAP-related questions, but unfortunately we just don't have the resources to provide free general consulting, or "how do I recreate this cool effect?" tutorials. Of course anyone else is welcome to post an answer if they'd like - we just want to manage expectations.  

 

What have you tried already? We love to see minimal demo's, that way we can see your thought process and thus better help you. Try creating a minimal demo of what you're trying to do, this has two benefits. First this allows you to experiment and try out new ideas. By making it simple people usually solve 90% of their own bugs. Second, you have an easy version you can share in which anyone could edit and modify the code.
 

You are welcome to post in the "Jobs & Freelance" forum for paid consulting, or contact us directly. 

 

Otherwise, if you've got a GSAP-specific question just post that here along with a minimal demo and we'd be happy to take a look. 

Link to comment
Share on other sites

I'd recommend investing in a Club GreenSock membership so you have access to SplitText. Makes this animation fairly easy.

 

  1. Split into chars.
  2. Grab the innerText and place it into 2 identical divs in each char div
  3. Set parent char div overflow to hidden
  4. Move the clone yPercent -100 or 100 depending on odd/even in the array
  5. Animate the 2 child divs yPercent +=100 or -=100 again depending on odd/even in the array
  6. Set tween repeat to your liking
  7. Place the tweens on a parent timeline (optional) and animate the progress

Each column is its own tween so you can randomize or offset the times a bit if you need a more organic feel. Always lots of options with GSAP. 

 

See the Pen ZEmOKvP by PointC (@PointC) on CodePen

 

Happy tweening.

:) 

  • Like 9
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.
×
×
  • Create New...