How To Create A Dynamic Text Bubble Effect In After Effects
➡️ Here’s the link to the template if you just want to save some time: https://bit.ly/36765X6
In this After Effects tutorial we look at how to create a text bubble effect in Adobe After Effects. We show you how to create this text bubble effect and also how to make it a dynamic autoscaling text box that reacts to whatever you type! It’s awesome!
Section 1
s=thisComp.layer(“My Text Layer”);
w=s.sourceRectAtTime().width;
h=s.sourceRectAtTime().height;
[w,h]
Section 2
s=thisComp.layer(“My Text Layer”);
w=s.sourceRectAtTime().width/2;
h=s.sourceRectAtTime().height/2;
l=s.sourceRectAtTime().left;
t=s.sourceRectAtTime().top;
[w+l,h+t]
To be able to read these pieces of code in context you can visit our original post of this video on our website:
https://motionarray.com/tutorials/after-effects-tutorials/how-to/how-to-create-an-autoscale-text-box-in-after-effects
San Francisco Font:
https://developer.apple.com/fonts/
#aftereffects #textmessage #textbubble
Duration: 00:19:04
source