motion graphics eXchange
top

Oscillate Rotation, or any single value

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

Views: 2735
Permalink
share this  error? 
Use Expression Control angles or sliders for “ from”, “to”, and an Expression
Control slider assigned to “period” for fine control. You can apply these to any layer.
Change “linear” to “ease” for smoother interpolation.
by Michael Natkin & Brian Maffitt
from = -45; //one end of your oscillation
to = 45; //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:

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: 3254
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: 2010
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: 4177
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