motion graphics eXchange
top

Oscillate Position

No thumbnail available
Creates an oscillating motion between two specified 2-dimensional positions over a specified
period of time (in seconds).
After Effects 7
Useful things
Expressions

Views: 430
Permalink
Use an adjustment layer with Expression Control position points
for “ from”, “to”, and an Expression Control slider assigned to “period”. Change “linear” to
“ease” for smoother interpolation.
by Michael Natkin & Brian Maffitt
from = [50, 90]; //one end of your oscillation
to = [190, 30]; //the other end of your oscillation
period = 1.5; //time between oscillation points (multiply by 2 for a round trip)
t = time % (period * 2);
if (t > period) t = 2 * period - t;
linear(t, 0, period, from, to)



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

 

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: 653
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: 180
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: 129
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