motion graphics eXchange
top

Start or stop wiggle at specific time

No thumbnail available
From Adobe's LiveDocs:
You can use any expression in place of the wiggle expression used here, to begin and end any expression’s influence at a specific time.
After Effects CS3
Useful things
Expressions

Views: 2014
Permalink
visit |  share this  error? 
Apply the following expression to a property to wiggle it beginning at time 2 seconds:
timeToStart = 2; 
if (time > timeToStart){ 
    wiggle(3,25); 
}else{ 
    value; 
}
Apply the following expression to a property to stop wiggling it at time 4 seconds:
timeToStop = 4; 
if (time > timeToStop){ 
    value; 
}else{ 
    wiggle(3,25); 
}
Apply the following expression to a property to start wiggling it at time 2 seconds and stop wiggling it at time 4 seconds:
timeToStart = 2; 
timeToStop = 4; 
  
if ((time > timeToStart) && (time < timeToStop)){ 
    wiggle(3,25); 
}else{ 
    value; 
}



(Min. Version: After Effects CS3, Category: Useful things, Type: Expressions)
posted by Indy on Nov 09, 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