Text Box Background Preset in After Effects
How to generate a background for any text layer.
This quick tutorial shows you how to combine several effects to generate the background. Once you’ve made the simple version, you can save it as an Animation Preset. I then go on to show how to use a Gradient Ramp in the preset to give the background a bit more depth. Finally I use Expressions to set where the gradient starts and ends, so that it matches the text.
Chapters:
0:00 Introduction
0:00 Basic preset
1:48 Adding a gradient
3:58 Using the Text Box as an Alpha Matte for an image texture.
——————————————————————————-
Expressions:
Start of Ramp:
Y = transform.position[1]+thisLayer.sourceRectAtTime().top;
[0,Y]
End of Ramp:
Y = effect(“Gradient Ramp”)(“Start of Ramp”)[1]+thisLayer.sourceRectAtTime().height;
[0,Y]
——————————————————————————-
Twitter: https://twitter.com/ShiveringC
Duration: 00:04:43
source