motion graphics eXchange
top

Follow a leader with delay

Thumbnail for: Follow a leader with delay
Having a bunch of layers all distributed in z space. Now the first layer starts to move towards the camera.
After Effects CS3
Useful things
Expressions

Views: 2825
Permalink
visit |  share this  error? 
After a specific time you want to move the second layer to move with the first one, etc.

Name the first layer "leader" and apply this expression to all the other layers position property.

Here is the expression:
//applyTo: position
L = thisComp.layer("leader");
delay = 1.5;
timeToStart = 0;
myDelay = (index - L.index)*delay;
t = time - (timeToStart + myDelay);
if (t > 0){
  delta = L.transform.position.valueAtTime(t) - L.transform.position.valueAtTime(timeToStart);
  value + delta
}else{
  value
}
by Dan Ebberts


(Min. Version: After Effects CS3, Category: Useful things, Type: Expressions)
posted by Indy on Apr 20, 2010

 

Related topics:

Lightwrap in After Effects

Thumbnail for: Lightwrap in After Effects
This brief tutorial covers the compositing technique of light wrapping.
After Effects CS4
Keying
Video-/Tutorials

Views: 247
Permalink
posted by jamie on Jan 13, 2012

Lightwrap Preset

Thumbnail for: Lightwrap Preset
This is a preset that you can use on green screen footage or just general compositing.
After Effects CS5
Keying
Presets (ffx)

Views: 205
Permalink
posted by jamie on Jan 13, 2012

3D Cube Creator

Thumbnail for: 3D Cube Creator
This script is used to create a 3d cube. You can later replace the different sides and spin the null around for easy animation.
After Effects CS3
3D
Scripts (jsx)

Views: 2318
Permalink
posted by MicGyver on Nov 11, 2011


 

 

follow us on http://twitter.com/mgxchangeget in touch on facebook

 

 

motion graphics eXchange - Get The Search Engine