motion graphics eXchange
top

Wiggle From Leader

No thumbnail available
These two expressions create a “ follow the leader” effect. One works from the top down, the
other from the bottom up. Only use one.
After Effects 7
Useful things
Expressions

Views: 859
Permalink
share this  error? 
A follower will tag along after the leader, deviating from the path according to the wiggle properties that are specified in the inputs. 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 in time from the last and wiggling uniquely. In this expression,
the wiggle is based on the position of the leader.
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("Leader").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("Leader").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: 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