Self Resizing Lower 3rds – Adobe After Effects tutorial
Create lower 3rds that change their size depending on how long the text is. Perfect for anyone looking to make better templates with more dynamic elements. This relies heavily on expressions and using monospaced fonts. And it works in any version of adobe after effects. But it is especially good for Adobe CC now that you can edit text fields from templates in Premiere Pro.
This tutorial goes into detail on how the expression works and where it falls short.
The expressions used in this tutorial are:
temp = thisComp.layer(“TEXT”).text.sourceText;
L = temp.length;
x =100 * (L * .9);
[250+x, value[1]]
temp = content(“Rectangle 1”).content(“Rectangle Path 1”).size[0];
[temp/2, 0]
If you have any questions just let me know in the comments.
Download this project file:
http://evanabrams.com/self-resizing-lower-3rds-adobe-after-effects-tutorial/
Twitter
https://Twitter.com/ecabrams
Facebook
https://www.facebook.com/pages/ECAbrams/193708234045591
Website
http://Evanabrams.com
Google+
https://plus.google.com/+EvanAbrams/
Suggest a tutorial topic: https://docs.google.com/forms/d/13A2eHcNQADsjyPWrrlbFTeOMqPAbqAxq07p7Alroh_w/viewform
Duration: 00:25:45
Likes: 867 – Views: 82598
source