Activity › Forums › Adobe After Effects › Text: bounce and wave
-
Text: bounce and wave
Posted by Gigi Marzo on November 22, 2021 at 12:58 pmHi everyone,
I’ve been trying to replicate a text for a few days… I’m no ace, I’m not into AE but in my free time I try to learn it! The text is at the opening of this video: https://www.instagram.com/p/CVYTrOjFMMk/
I still can’t do it. :/
Can u help me? Please…
(Thank u in advance)
Stacey Dunleavy replied 4 years, 4 months ago 3 Members · 4 Replies -
4 Replies
-
Kevin Camp
November 22, 2021 at 11:43 pmYou can do this with a text animator and an expression. Try This:
Create your text and add a text animator for position (Animation > Text Animator > Position). Set the y position value to something other than 0 — like 100 (this will be the amount of vertical movement).
Then, for that animator, add an expression selector (Animation > Add Text Selector > Expression) and enter this expression in the expression selector’s ‘amount’ expression field:
f = .5 ; //frequency in cycles per seconds
selectorValue * Math.sin( time * Math.PI * f * 2 + textIndex ) / textTotalSet the frequency as needed.
The characters in your text should move up and down in a wavy motion. You can also try changing the ‘based on’ value in the Expression Selector to ‘Characters Excluding Spaces’
An easier way, though not quite what they have in your example, is to simply add the Wave Warp effect to the text and set the Wave Width to a large value, like 200. It will make a ripple-like wave, more like a flag wave… very easy and looks similar : )
-
Gigi Marzo
November 23, 2021 at 8:25 amFirstly thank u so much!
I’ll try as soon as possible. 🙂I tried with the wave warp effect before writing here, but the result is not the same. 🙁
So, any advice for me to learn and understand expressions?…’cause I don’t want to bother you anytime…
-
Kevin Camp
November 23, 2021 at 4:14 pmTo learn more about expressions you can find a lot on the web by searching “After Effects Expressions”.
I learned a lot in the After Effects Expressions forum here at the Cow. Dan Ebberts has a great site too: Motionscript.com.
This site lists several good resources for expressions: https://motionarray.com/learn/after-effects/getting-started-with-after-effects-expressions/
-
Stacey Dunleavy
December 16, 2021 at 9:30 pmdid you layer your text over your video and then post it to IG? What format did you export it in?
Reply to this Discussion! Login or Sign Up