Jump to content
GreenSock

Exhumator

How to animate every word in sentence?

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

Hello, I am trying to animate every single word in a sentence, lets say we have following div:

 

<div id="words">I am the best</div>

 

and now we want to animate every single word ("I", "am", "the" and "best") animate in custom way. Lets say we want:

 

  • "I" to fly in from the left
  • "am" to fly in from the top
  • "the" to fly in from the right
  • "best" to fly in from the bottom

 

What's the best way of doing it? Do I really need to create every single DIV before the animation?

Link to comment
Share on other sites

Hi @Exhumator,

 

Like Frank Sinatra: Go ahead and do it your way. Just a small codePen.

Then let's see what would be to optimize ...

 

Kind regards

Mikel

 

Link to comment
Share on other sites

Yep, the SplitText plugin would make that super easy. 

 

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

 

All of the Club GreenSock plugins are huge time savers and a ton of fun. I highly recommend a membership.

 

More info about joining the club:

https://greensock.com/club

 

 

 

  • Like 2
  • Thanks 1
Link to comment
Share on other sites

Fantastic. Thank you for your time and effort. 

  • Like 1
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.
×