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: 857
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:

DocuCam - Free Preset

Thumbnail for: DocuCam - Free Preset
Docucam is an After Effects preset loosely based on the excellent Docucam in CS Tools for C4D. The preset simulates handheld camera moves and more
After Effects CS4
Camera
Presets (ffx)

Views: 603
Permalink
posted by motion_love on Aug 23, 2010

Cut Layers to Specified Duration

Thumbnail for: Cut Layers to Specified Duration
Use this script to trim all selected layers with the duration you specified, you can also specify the gab you want between the layers ( in frames ).
After Effects CS3
Useful things
Scripts (jsx)

Views: 170
Permalink
posted by MadDocc on Aug 22, 2010

CenionConverter2.0 Script

Thumbnail for: CenionConverter2.0 Script
Using this, you can get an Adjustment Layer with CenionConverter Effect applied to it [OR] It applies the effect to selected layers...
After Effects CS3
Useful things
Scripts (jsx)

Views: 121
Permalink
posted by MadDocc on Aug 22, 2010


 

 

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

 

 

motion graphics eXchange - Get The Search Engine