In this After Effects tutorial, learn how to use the delay expression.
Copy and paste the expressions from below:
//x position
delay = 5;
framerate = 25;
n = name - 1;
d = n*(delay)/framerate;
x = thisLayer.transform.position.valueAtTime(time-d)[0];
[x,transform.position[1]]
//y position
delay = 5;
framerate = 25;
n = name - 1;
d = n*(delay)/framerate;
y = thisLayer.transform.position.valueAtTime(time-d)[1];
[transform.position[0],y]
//rotation
delay = 5;
framerate = 25;
n = name - 1;
d = n*(delay)/framerate;
r = thisLayer.transform.rotation.valueAtTime(time-d);
[r]
//scale
delay = 5;
framerate = 25;
n = name - 1;
d = n*(delay)/framerate;
s = thisLayer.transform.scale.valueAtTime(time-d)[0];
[s,s]
For more free expressions, visit https://www.motioncaddy.com/expressions
🔔 Subscribe for more After Effects tips!
https://www.youtube.com/c/motioncaddy...
Buy Me a Coffee ☕
https://buymeacoffee.com/motioncaddy
Follow Me:
Instagram: / motioncaddy
Watch video Learn How To Use The Delay Expression online without registration, duration hours minute second in high quality. This video was added by user Motion Caddy 22 March 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 12,927 once and liked it 202 people.