//by Steve Roberts ad Creativ COW
For Frame rate use:
time>posterize
--------------------------------------------------------------
And for jitter:
t=time+random(.1);
valueAtTime(t)
or more Tweaks
t=time+random(.09,.2);
valueAtTime(t)
torsdag den 18. november 2010
tirsdag den 9. november 2010
AE - Opacity -Dealy form Index layer
//(hacked) form a Dan Ebberts expression.
http://www.motionscript.com/mastering-expressions/follow-the-leader.html
delay = 10; //number of frames to delay
op = thisComp.layer(index+1).opacity;
d = delay*thisComp.frameDuration;
op.valueAtTime(time - d)
http://www.motionscript.com/mastering-expressions/follow-the-leader.html
delay = 10; //number of frames to delay
op = thisComp.layer(index+1).opacity;
d = delay*thisComp.frameDuration;
op.valueAtTime(time - d)
Abonner på:
Opslag (Atom)
- AEpostwork
- AE POSTWORK blog is virtually just a notepad, where I put all the AE expressions up I finde and use, its so I can easily get to them wherever I am and no matter what computer I sit at. I do not write my own expressions, so all expressions on the page is downloaded from the web,or modify versions i found. and tutorials etc..
I will try to credit those who have made expressions if I can.
Now, with tips and tricks for AE & C4D.
No more forgetting the little tricks and tips I found on my road with After Effects, etc.
Sebabba