How To Offset Layers in Adobe After Effects

Опубликовано: 29 Август 2018
на канале: Motion Array Tutorials
30,592
380

Check out our best After Effects downloads ➡️ https://bit.ly/3iWOx6U

In this tutorial we show you how to offset layers in After Effects. This simple concept can sometimes be challenging to users, so Owen will walk through the whole process with you in just 6 minutes. We show you how to set up your layers to correctly prepare for the offset effect, and we have also provided the two expressions you'll need below.

m=index-4;
d=thisComp.layer("Controller").effect("Delay")("Slider");
p=thisComp.layer("Text Box 1").transform.position.valueAtTime(time-d*m);

[p[0],p[1]]

And...

m=index-4;
d=thisComp.layer("Controller").effect("Delay")("Slider");
p=thisComp.layer("Text Box 1").transform.position.valueAtTime(time-d*m);
ox=thisComp.layer("Controller").effect("X Offset")("Slider");
oy=thisComp.layer("Controller").effect("Y Offset")("Slider");

[p[0]+ox*m,p[1]+oy*m]

We hope you enjoyed this tutorial!

You can also check us out at: https://motionarray.com/

Facebook:   / motionarray  
Twitter:   / motionarray  
Instagram:   / motionarray  

Here on YouTube, check out the following:
After Effects Tutorials:
   • After Effects Tutorials  

Premiere Pro Tutorials:
   • Premiere Pro Tutorials  

Filmmaking Tutorials:
   • Filmmaking and Camera Tutorials  

Check out our After Effects Complete Basics Course:
   • After Effects Basics Course For Begin...  

As well as our Premiere Pro Basics Course:
   • Ultimate Premiere Pro Basics Course -...