Share Posted May 8, 2019 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 More sharing options...
Share Posted May 8, 2019 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 More sharing options...
Share Posted May 8, 2019 @Exhumator GSAP has a utility for that : https://greensock.com/docs/Utilities/SplitText 2 1 Link to comment Share on other sites More sharing options...
Share Posted May 8, 2019 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 2 1 Link to comment Share on other sites More sharing options...
Author Share Posted May 14, 2019 Fantastic. Thank you for your time and effort. 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