motion graphics eXchange
top

Autofade

Thumbnail for: Autofade
A very useful expression to automatically fade in and out based on the layers legth.
After Effects CS3
Transitions
Expressions

Views: 602
Permalink
visit |  download |  share this  error? 
If there are no markers, the transition variable is used (where is says "transition=20", this is in frames.) If there are *2* markers, the first marker is used for end point of the fade in, and the second marker is used to define the start of the fade out.
//Autofade: Add to opacity

transition = 20;       // transition time in frames
if (marker.numKeys<2){
tSecs = transition / ( 1 / thisComp.frameDuration); // convert to seconds
linear(time, inPoint, inPoint + tSecs, 0, 100) - linear(time, outPoint - tSecs, outPoint, 0, 100)
}else{
linear(time, inPoint, marker.key(1).time, 0, 100) - linear(time, marker.key(2).time, outPoint, 0, 100)
}
by Harry J. Frank, graymachine.com


(Min. Version: After Effects CS3, Category: Transitions, Type: Expressions)
posted by MadDocc on Feb 24, 2010

 

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