motion graphics eXchange
top

Wiggle From Previous

No thumbnail available
This creates a “ follow the leader” effect that works from the bottom up. A follower will tag
along after the previous layer, deviating from the previous path according to the wiggle
properties that are specified in the inputs.
After Effects 7
Useful things
Expressions

Views: 713
Permalink
share this  error? 
Once applied to a single follower, you can duplicate
the layer as many times as you like and each subsequent copy will follow along, offset from the
last in time and wiggling uniquely. In this expression, the wiggle is based on the position of
the previous layer.
Link Expression Control sliders to lag (to interactively control how bunched together the
layers are), wigfreq (to control the frequency of the wiggle) and wigamp (to control the
amplitude of the wiggle). Apply Expression Control effects to the leader only.
Change the word “Leader” to match the name of the leading layer.
by Michael Natkin & Brian Maffitt
//USE THIS ONE IF THE LAYERS STACK UP FROM BOTTOM LEADER
lagtime = .1;
wigfreq = 3; //wiggle frequency
wigamt = 30; //wiggle amount
adj = (this_comp.num_layers - index) * lagtime;
this_comp.layer(this_layer, 1).wiggle(wigfreq, wigamt, 2, .5,time - adj)
//OR...
//USE THIS ONE IF THE LAYERS STACK DOWN FROM TOP LEADER
lagtime = .1;
wigfreq = 3; //wiggle frequency
wigamt = 30; //wiggle amount
adj = (index - 1) * lagtime;
this_comp.layer(this_layer, -1).wiggle(wigfreq, wigamt, 2, .5,time - adj)



(Min. Version: After Effects 7, Category: Useful things, Type: Expressions)
posted by MaxX on Dec 11, 2008

 

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: 453
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: 340
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: 2411
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