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

Split At Markers

Thumbnail for: Split At Markers
This script will split all selected layers on all markers between their in and out points.
After Effects CS3
Useful things
Scripts (jsx)

Views: 496
Permalink
posted by motion_love on Jul 19, 2010

Aged Film Using Particles

Thumbnail for: Aged Film Using Particles
A great way to take modern footage and turn it into vintage looking aged film, using particles.
After Effects 7 Pro
Useful things
Video-/Tutorials

Views: 960
Permalink
posted by Dave Scotland on Jul 15, 2010

Words2Layers jsx-script

Thumbnail for: Words2Layers jsx-script
Adobe After Effects Script that takes the contents of a selected text layer and creates new text layers with each word of the selected text layer. The text string is split at space characters.
After Effects CS3
Text-FX
Scripts (jsx)

Views: 714
Permalink
posted by vfx007 on Jun 26, 2010


 

 

follow us on http://twitter.com/mgxchangeget in touch on facebook

 

 

motion graphics eXchange - Get The Search Engine