motion graphics eXchange
top

Bounce/Jump

No thumbnail available
Creates a bouncing (sine wave) motion between two specified 2-dimensional positions over a
specified period of time (in seconds). Useful for creating bouncing balls.
After Effects 7
Useful things
Expressions

Views: 2721
Permalink
share this  error? 
Use Expression Control position points for "from", "to, and an Expression Control slider
assigned to "period" for fine control. You can apply these to any layer.
by Michael Natkin & Brian Maffitt
surface = [320, 480]; //the position of the "bounce" surface
apogee = [320, 50]; //the "apogee" of the bounce
period = 1.5; //the length of time from surface to apogee
t = time % (period * 2);
if (t > period) t = 2 * period - t;
linear(Math.sin(t * Math.PI / period), 0, 1, surface, apogee)



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

 

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