How To Create A Repeating Background Animation in After Effects

Опубликовано: 18 Май 2021
на канале: Motion Array Tutorials
8,065
202

➡️ Check out the template this effect came from - https://bit.ly/3tYWt77
➡️ And here's another typography template I really like - https://bit.ly/3bzJL8F

In this tutorial we learn how to create a repeating animated background in After Effects. Use this effect to create awesome full screen typography effects to wow your audience!

Use these expressions for the autoscale text box. Use Script 1 on the scale parameter and Script 2 on the position parameter as specified in the video

Script 1

s=thisComp.layer("My Text Layer");
w=s.sourceRectAtTime().width;
h=s.sourceRectAtTime().height;

[w,h]


Script 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]


#kinetictypography #repeatingbackground #aftereffectstutorial