
Wanna make something blink on and off?
Here’s the expression you would apply to opacity:
blinkSpeed = 1;
t = (Math.cos (blinkSpeed*time*Math.PI*2)+1)/2;
v = linear(t, 0, 1, 0, 1);
Math.round(v)*100
Toolfarm Network: Toolfarm | Final Cut Studio Planet | Toolfarm MySpace

Wanna make something blink on and off?
Here’s the expression you would apply to opacity:
blinkSpeed = 1;
t = (Math.cos (blinkSpeed*time*Math.PI*2)+1)/2;
v = linear(t, 0, 1, 0, 1);
Math.round(v)*100
Post a Comment